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