Vadim vtroshchinskiy 2025-02-21 13:10:23 +01:00
parent d748404262
commit 03bb8789ea
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,9 +1,9 @@
pipeline {
agent {
label 'jenkins-slave'
docker {
image 'ubuntu:24.04'
args '-u root:root'
label 'jenkins-slave'
}
}
stages {