This commit is contained in:
Vendored
+2
-2
@@ -11,8 +11,8 @@ pipeline {
|
||||
containers:
|
||||
- name: kaniko
|
||||
image: gcr.io/kaniko-project/executor:latest
|
||||
command:
|
||||
- ls
|
||||
command: ["/busybox/cat"]
|
||||
tty: true"
|
||||
tty: true
|
||||
'''
|
||||
retries 2
|
||||
|
||||
Reference in New Issue
Block a user