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

2
Jenkinsfile vendored
View File

@ -1,8 +1,10 @@
pipeline { pipeline {
agent { agent {
docker {
image "python:3.11-slim-bookworm" image "python:3.11-slim-bookworm"
args "-v /var/run/docker.sock:/var/run/docker.sock" args "-v /var/run/docker.sock:/var/run/docker.sock"
} }
}
environment { environment {
REGISTRY_URL = "https://proxy.docker.dataekb.ru/harbor/projects/3/repositories" REGISTRY_URL = "https://proxy.docker.dataekb.ru/harbor/projects/3/repositories"