This commit is contained in:
Vendored
+3
-4
@@ -11,10 +11,9 @@ pipeline {
|
||||
containers:
|
||||
- name: kaniko
|
||||
image: gcr.io/kaniko-project/executor:latest
|
||||
args:
|
||||
- "--dockerfile=Dockerfile"
|
||||
- "--context=."
|
||||
- "--no-push"
|
||||
command:
|
||||
- cat
|
||||
tty: true
|
||||
'''
|
||||
retries 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user