fixup-vars10

Dustin 2020-03-16 21:32:00 -05:00
parent 5eb7138a93
commit d5952be31e
1 changed files with 1 additions and 6 deletions

View File

@ -14,12 +14,7 @@ def call(rw_limit, stages) {
lock('cfgpol') {
node {
checkout scm
sh 'env | sort'
def image = docker.build(
"configpolicy:${env.BRANCH_NAME}",
'ci',
)
image.inside(DOCKER_ARGS) {
docker.build("configpolicy", 'ci').inside(DOCKER_ARGS) {
withEnv(["KRB5CCNAME=${WORKSPACE}/.krb5cc"]) {
try {
stageKinit()