This commit is contained in:
Vendored
+2
-2
@@ -12,7 +12,7 @@ pipeline {
|
||||
- name: kaniko
|
||||
image: gcr.io/kaniko-project/executor:latest
|
||||
command:
|
||||
- cat
|
||||
- ls
|
||||
tty: true
|
||||
'''
|
||||
retries 2
|
||||
@@ -22,7 +22,7 @@ pipeline {
|
||||
stage('Run kaniko') {
|
||||
steps {
|
||||
container('kaniko') {
|
||||
sh 'ls -lha'
|
||||
sh '/kaniko/executor --dockerfile="Dockerfile" --no-push'
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user