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

This commit is contained in:
2025-03-11 01:00:19 +00:00
parent 6ca9801bfd
commit 17da242883
Vendored
+2 -2
View File
@@ -12,7 +12,7 @@ pipeline {
- name: kaniko
image: gcr.io/kaniko-project/executor:latest
command:
- cat
- ls
tty: true
'''
retries 2
@@ -22,7 +22,7 @@ pipeline {
stage('Run kaniko') {
steps {
container('kaniko') {
sh 'ls -lha'
sh '/kaniko/executor --dockerfile="Dockerfile" --no-push'
}
}