Jenkinsfile aktualisiert
kaniko-test/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-03-11 00:55:04 +00:00
parent b08eed5862
commit 6ca9801bfd
Vendored
+3 -4
View File
@@ -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
}