Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-05 13:56:59 +01:00
parent c269039480
commit dd464c27a8

2
Jenkinsfile vendored
View File

@ -35,7 +35,7 @@ pipeline {
container(name: 'kaniko', shell: '/busybox/sh') { container(name: 'kaniko', shell: '/busybox/sh') {
sh '''#!/busybox/sh sh '''#!/busybox/sh
/kaniko/executor --dockerfile `pwd`/Dockerfile --context `pwd` --destination=andreas/rsyncd:latest /kaniko/executor --dockerfile `pwd`/Dockerfile --context `pwd` --destination="andreas/rsyncd:latest"
''' '''
} }
} }