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,8 +1,10 @@
|
|||
pipeline {
|
||||
agent {
|
||||
docker {
|
||||
image "python:3.11-slim-bookworm"
|
||||
args "-v /var/run/docker.sock:/var/run/docker.sock"
|
||||
}
|
||||
}
|
||||
|
||||
environment {
|
||||
REGISTRY_URL = "https://proxy.docker.dataekb.ru/harbor/projects/3/repositories"
|
||||
|
|
|
|||
Loading…
Reference in New Issue