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

main
dl 2026-02-04 12:44:53 +05:00
parent dc021f6802
commit 35dca573c9
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -1,7 +1,9 @@
pipeline {
agent {
image "python:3.11-slim-bookworm"
args "-v /var/run/docker.sock:/var/run/docker.sock"
docker {
image "python:3.11-slim-bookworm"
args "-v /var/run/docker.sock:/var/run/docker.sock"
}
}
environment {