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

This commit is contained in:
2025-03-11 00:10:46 +00:00
parent b473a8c350
commit 286b3a6d3a
Vendored
+3 -1
View File
@@ -47,7 +47,9 @@ spec:
container(name: 'kaniko', shell: '/busybox/sh') {
ansiColor('xterm') {
sh '''#!/busybox/sh
/kaniko/executor -f `pwd`/Dockerfile.run -c `pwd` --cache=true --destination=${REGISTRY}/${REPOSITORY}/${IMAGE}
ls
pwd
/kaniko/executor -f ./Dockerfile --cache=true --no-push}
'''
}
}