added admin as submitter
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-25 13:25:29 +02:00
parent ea9b61fe79
commit 0b4df7b714

4
Jenkinsfile vendored
View File

@@ -31,11 +31,13 @@ pipeline {
stage('Manuelles Containerisieren') {
steps {
input message: 'Jetzt manuell freigeben für Deployment?'
input message: 'Jetzt manuell freigeben für Deployment?', submitter: 'admin'
sh 'docker build -t tatort-app .'
sh 'docker iamge ls'
}
}
}
post {