mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2a61323675
commit
65048ed8e0
1 changed files with 6 additions and 2 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -1,3 +1,4 @@
|
||||||
|
library 'my-pipeline-library' _
|
||||||
properties ([
|
properties ([
|
||||||
parameters([
|
parameters([
|
||||||
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
||||||
|
@ -8,6 +9,9 @@ properties ([
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
@Library('my-pipeline-library') _
|
|
||||||
|
|
||||||
myDeliveryPipeline(BRANCH:params.BRANCH, RUN_TEST:params.RUN_TEST, MAIL_TRIGGER:params.MAIL_TRIGGER, EMAIL:params.EMAIL)
|
|
||||||
|
myDeliveryPipeline(BRANCH:params.BRANCH
|
||||||
|
RUN_TEST:params.RUN_TEST
|
||||||
|
MAIL_TRIGGER:params.MAIL_TRIGGER
|
||||||
|
EMAIL:params.EMAIL)
|
||||||
|
|
Loading…
Reference in a new issue