This commit is contained in:
Vendored
+3
-3
@@ -20,10 +20,10 @@ pipeline {
|
||||
stages {
|
||||
stage('Run kaniko') {
|
||||
steps {
|
||||
container('kaniko') {
|
||||
container(name: 'kaniko', shell: '/busybox/sh') {
|
||||
ansiColor('xterm') {
|
||||
sh '''
|
||||
/kaniko/executor --dockerfile="Dockerfile" --no-push
|
||||
sh '''#!/busybox/sh
|
||||
/kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --no-push
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user