Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-05 13:00:28 +01:00
parent 4131fce9ec
commit 34b488af78

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
steps {
container('dind') {
sh 'cat run.sh'
sh 'docker build -t "andreas/rsyncd:${env.BUILD_TAG}"'
sh 'docker build -t andreas/rsyncd:${env.BUILD_TAG}'
sh 'docker images'
}
}