added admin as submitter
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user