fixup-vars9
parent
f3dec5515f
commit
5eb7138a93
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue