mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
6d9dc7df8e
commit
ee9a08979b
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,9 +1,9 @@
|
||||||
@Library('my-pipeline-library')_
|
MAIL_TRIGGER@Library('my-pipeline-library')_
|
||||||
|
|
||||||
myDeliveryPipeline(properties([
|
myDeliveryPipeline(properties([
|
||||||
parameters([
|
parameters([
|
||||||
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
||||||
choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'),
|
choice(name: 'RUN_TEST', choices: ['yes', 'no'], description: 'Run test while build'),
|
||||||
booleanParam(defaultValue: true, description: 'MAIL_TRIGGER', name: 'mail to be triggred')
|
booleanParam(name: 'MAIL_TRIGGER', defaultValue: true, description: 'mail to be triggred')
|
||||||
])
|
])
|
||||||
]))
|
]))
|
||||||
|
|
Loading…
Reference in a new issue