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

This commit is contained in:
2025-03-11 01:08:50 +00:00
parent add42fd0d6
commit 71a9e00050
Vendored
+5 -2
View File
@@ -21,8 +21,11 @@ pipeline {
stage('Run kaniko') {
steps {
container('kaniko') {
sh '/kaniko/executor --dockerfile="Dockerfile" --no-push'
ansiColor('xterm') {
sh '''
/kaniko/executor --dockerfile="Dockerfile" --no-push
'''
}
}
}
}