fixup-vars9

Dustin 2020-03-16 21:27:45 -05:00
parent f3dec5515f
commit 5eb7138a93
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ def call(rw_limit, stages) {
lock('cfgpol') { lock('cfgpol') {
node { node {
checkout scm checkout scm
sh 'env | sort'
def image = docker.build( def image = docker.build(
"configpolicy:${env.BRANCH_NAME}", "configpolicy:${env.BRANCH_NAME}",
'ci', 'ci',