mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
Jenkins parameterized
This commit is contained in:
parent
4ca24788e0
commit
7d4fd335e9
@ -10,7 +10,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh '/usr/bin/env'
|
sh '/usr/bin/env'
|
||||||
script {
|
script {
|
||||||
dockerImage = docker.build("${env.imageName}:${env.GIT_LOCAL_BRANCH}","--pull=true --label=GIT_COMMIT=${env.GIT_COMMIT} --label=BUILD_URL=${env.BUILD_URL}")
|
dockerImage = docker.build("${env.imageName}:${env.GIT_LOCAL_BRANCH}","--pull --label GIT_COMMIT=${env.GIT_COMMIT} --label BUILD_URL=${env.BUILD_URL}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user