This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ pipeline {
|
|||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
sh '''#!/busybox/sh
|
sh '''#!/busybox/sh
|
||||||
cat /kaniko/.docker/*
|
cat /kaniko/.docker/*
|
||||||
/kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --destination=harbor.hnrx.net/homelab/my-jenkins-casc:test-build-${env.BUILD_ID}
|
/kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --destination=harbor.hnrx.net/homelab/my-jenkins-casc:test-build-$BUILD_ID
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user