fixup-vars9
parent
f3dec5515f
commit
5eb7138a93
|
@ -14,6 +14,7 @@ def call(rw_limit, stages) {
|
|||
lock('cfgpol') {
|
||||
node {
|
||||
checkout scm
|
||||
sh 'env | sort'
|
||||
def image = docker.build(
|
||||
"configpolicy:${env.BRANCH_NAME}",
|
||||
'ci',
|
||||
|
|
Loading…
Reference in New Issue