Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-03 16:52:19 +01:00
parent 09fd681f4b
commit 084fb70ec4

2
Jenkinsfile vendored
View File

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