Jenkinsfile aktualisiert

This commit is contained in:
dresi 2025-11-05 16:40:40 +01:00
parent 7441aca937
commit f1c7e7f8a4

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages { stages {
stage('Build Docker image') { stage('Build Docker image') {
steps { steps {
sh 'docker version' sh 'docker build -t andreas/rsyncd:latest .'
} }
} }
stage('Tag Docker image') { stage('Tag Docker image') {