Jenkinsfile aktualisiert
kaniko-test/pipeline/head This commit looks good

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