added docker job
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit
Some checks failed
InnoHub Processor/tatort/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user