mirror of
https://github.com/chillout2k/sos-milter.git
synced 2025-12-12 18:10:18 +00:00
Jenkins scripted multibranch pipeline
This commit is contained in:
parent
efd113b9de
commit
d83059fd9c
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string defaultValue: 'https', name: 'dockerRegistryScheme', trim: true
|
string defaultValue: 'https', name: 'dockerRegistryScheme', trim: true
|
||||||
string defaultValue: 'change.me', name: 'dockerRegistryRepo', trim: true
|
string defaultValue: 'example.com', name: 'dockerRegistryRepo', trim: true
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
|||||||
@ -3,7 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string defaultValue: 'https', name: 'dockerRegistryScheme', trim: true
|
string defaultValue: 'https', name: 'dockerRegistryScheme', trim: true
|
||||||
string defaultValue: 'change.me', name: 'dockerRegistryRepo', trim: true
|
string defaultValue: 'example.com', name: 'dockerRegistryRepo', trim: true
|
||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user