Jenkinsfile aktualisiert
kaniko-test/pipeline/head There was a failure building this commit

This commit is contained in:
2025-03-11 01:03:56 +00:00
parent 17da242883
commit 5f8e4fb8f1
Vendored
+2 -2
View File
@@ -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