This commit is contained in:
Vendored
+3
-1
@@ -47,7 +47,9 @@ spec:
|
|||||||
container(name: 'kaniko', shell: '/busybox/sh') {
|
container(name: 'kaniko', shell: '/busybox/sh') {
|
||||||
ansiColor('xterm') {
|
ansiColor('xterm') {
|
||||||
sh '''#!/busybox/sh
|
sh '''#!/busybox/sh
|
||||||
/kaniko/executor -f `pwd`/Dockerfile.run -c `pwd` --cache=true --destination=${REGISTRY}/${REPOSITORY}/${IMAGE}
|
ls
|
||||||
|
pwd
|
||||||
|
/kaniko/executor -f ./Dockerfile --cache=true --no-push}
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user