Docker automate in Jenkinsfile (fix 7)
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
parent
dc021f6802
commit
35dca573c9
|
|
@ -1,7 +1,9 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
image "python:3.11-slim-bookworm"
|
docker {
|
||||||
args "-v /var/run/docker.sock:/var/run/docker.sock"
|
image "python:3.11-slim-bookworm"
|
||||||
|
args "-v /var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue