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

main
dl 2026-02-04 12:13:28 +05:00
parent e4f596dd82
commit 8edd79be72
1 changed files with 2 additions and 5 deletions

3
Jenkinsfile vendored
View File

@ -1,12 +1,9 @@
pipeline { pipeline {
agent { agent {
node {
label "agent_smith"
docker { docker {
image "docker:stable" image "docker:stable"
} }
} }
}
environment { environment {
REGISTRY_URL = "https://proxy.docker.dataekb.ru/harbor/projects/3/repositories" REGISTRY_URL = "https://proxy.docker.dataekb.ru/harbor/projects/3/repositories"