Jenkins scripted multibranch pipeline

This commit is contained in:
Dominik Chilla 2019-06-14 22:52:53 +02:00
parent efd113b9de
commit d83059fd9c
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
parameters {
string defaultValue: 'https', name: 'dockerRegistryScheme', trim: true
string defaultValue: 'change.me', name: 'dockerRegistryRepo', trim: true
string defaultValue: 'example.com', name: 'dockerRegistryRepo', trim: true
}
environment {

View File

@ -3,7 +3,7 @@ pipeline {
parameters {
string defaultValue: 'https', name: 'dockerRegistryScheme', trim: true
string defaultValue: 'change.me', name: 'dockerRegistryRepo', trim: true
string defaultValue: 'example.com', name: 'dockerRegistryRepo', trim: true
}
environment {