Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-03 16:53:03 +01:00
parent 084fb70ec4
commit 1c96ec0a92

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ node {
/* This builds the actual image; synonymous to
* docker build on the command line */
sh 'docker build -t andreas/rsyncd:latest
sh 'docker build -t andreas/rsyncd:latest'
}
stage('Test image') {