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

main
dl 2026-02-04 12:20:25 +05:00
parent 8edd79be72
commit 3547f307b1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline {
agent {
docker {
image "docker:stable"
image "docker:bind"
}
}