This commit is contained in:
2025-01-09 21:02:05 +01:00
parent b7e6399102
commit 41cab0b660

3
Jenkinsfile vendored
View File

@@ -35,7 +35,8 @@ pipeline {
steps { steps {
script { script {
// Bouw het Docker image // Bouw het Docker image
sh 'docker build -t $DOCKER_IMAGE_NAME .' sh 'sudo systemctl start docker'
sh 'docker build -t weetikveel .'
} }
} }
} }