Jenkins staging

This commit is contained in:
Dominik Chilla 2019-06-13 19:51:04 +02:00
parent 93b1961310
commit 49babbbf8a

2
Jenkinsfile vendored
View File

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