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 - name: kaniko
image: gcr.io/kaniko-project/executor:latest image: gcr.io/kaniko-project/executor:latest
command: command:
- cat - ls
tty: true tty: true
''' '''
retries 2 retries 2
@@ -22,7 +22,7 @@ pipeline {
stage('Run kaniko') { stage('Run kaniko') {
steps { steps {
container('kaniko') { container('kaniko') {
sh 'ls -lha' sh '/kaniko/executor --dockerfile="Dockerfile" --no-push'
} }
} }