Jenkins scripted multibranch pipeline

This commit is contained in:
Dominik Chilla 2019-06-14 21:38:58 +02:00
parent 01a109b585
commit 216407e3ab

4
Jenkinsfile vendored
View File

@ -20,9 +20,7 @@ node {
}
stage('Push image') {
docker.withRegistry('https://dockreg-fra.zwackl.de') {
app.push()
}
app.push()
}
stage('Cleanup') {