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: containers:
- name: kaniko - name: kaniko
image: gcr.io/kaniko-project/executor:latest image: gcr.io/kaniko-project/executor:latest
args: command:
- "--dockerfile=Dockerfile" - cat
- "--context=." tty: true
- "--no-push"
''' '''
retries 2 retries 2
} }