mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
e00309f0ba
commit
81d60bb1c5
1 changed files with 5 additions and 4 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -11,7 +11,8 @@ properties ([
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
myDeliveryPipeline(BRANCH=params.BRANCH
|
myDeliveryPipeline(
|
||||||
RUN_TEST=params.RUN_TEST
|
BRANCH=params.BRANCH
|
||||||
MAIL_TRIGGER=params.MAIL_TRIGGER
|
RUN_TEST=params.RUN_TEST
|
||||||
EMAIL=params.EMAIL)
|
MAIL_TRIGGER=params.MAIL_TRIGGER
|
||||||
|
EMAIL=params.EMAIL)
|
||||||
|
|
Loading…
Reference in a new issue