ci043-add-jenkins-ci #13

Merged
jared merged 36 commits from ci043-add-jenkins-ci into development 2025-06-25 16:40:38 +02:00
Showing only changes of commit ea9b61fe79 - Show all commits

6
Jenkinsfile vendored
View File

@@ -29,9 +29,11 @@ pipeline {
// }
// }
stage('Containerize') {
stage('Manuelles Containerisieren') {
steps {
sh 'docker -h'
input message: 'Jetzt manuell freigeben für Deployment?'
sh 'docker build -t tatort-app .'
sh 'docker iamge ls'
}
}
}