This commit is contained in:
Vendored
+1
-1
@@ -38,7 +38,7 @@ pipeline {
|
|||||||
container(name: 'kaniko', shell: '/busybox/sh') {
|
container(name: 'kaniko', shell: '/busybox/sh') {
|
||||||
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:2.500-test
|
/kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --destination=harbor.hnrx.net/homelab/my-jenkins-casc:2.500-test
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user