added docker job
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-06-25 13:20:46 +02:00
parent 8b276f9828
commit ea9b61fe79

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'
}
}
}