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

This commit is contained in:
2025-03-11 00:31:51 +00:00
parent 2b5b9cf0cc
commit 209b19cd0c
Vendored
+2 -1
View File
@@ -29,7 +29,8 @@ pipeline {
container('buildah') {
sh 'ls -lha'
sh 'buildah images'
sh 'buildah -version'
sh 'buildah bud -t my-jenkins-casc:latest .'
sh 'buildah images'
}
container('busybox') {
sh 'ls -lha'