Docker automate in Jenkinsfile (fix 1)
BOT_open_sesam/pipeline/head There was a failure building this commit Details

main
dl 2026-02-04 12:13:28 +05:00
parent e4f596dd82
commit 8edd79be72
1 changed files with 2 additions and 5 deletions

7
Jenkinsfile vendored
View File

@ -1,10 +1,7 @@
pipeline { pipeline {
agent { agent {
node { docker {
label "agent_smith" image "docker:stable"
docker {
image "docker:stable"
}
} }
} }