Jenkins staging

This commit is contained in:
Dominik Chilla 2019-06-13 19:48:58 +02:00
parent 5048fa9300
commit 93b1961310

2
Jenkinsfile vendored
View File

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