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

This commit is contained in:
2025-03-11 01:43:47 +00:00
parent 72aad59aba
commit 2c4d59d803
Vendored
+1
View File
@@ -38,6 +38,7 @@ pipeline {
container(name: 'kaniko', shell: '/busybox/sh') {
ansiColor('xterm') {
sh '''#!/busybox/sh
cat /kaniko/.docker
/kaniko/executor --dockerfile="Dockerfile" --context=`pwd` --destination=harbor.hnrx.net/homelab/my-jenkins-casc:2.500-test
'''
}