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
65048ed8e0
commit
af0c2b4a4e
1 changed files with 3 additions and 3 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -11,7 +11,7 @@ properties ([
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
myDeliveryPipeline(BRANCH:params.BRANCH
|
myDeliveryPipeline(BRANCH:params.BRANCH,
|
||||||
RUN_TEST:params.RUN_TEST
|
RUN_TEST:params.RUN_TEST,
|
||||||
MAIL_TRIGGER:params.MAIL_TRIGGER
|
MAIL_TRIGGER:params.MAIL_TRIGGER,
|
||||||
EMAIL:params.EMAIL)
|
EMAIL:params.EMAIL)
|
||||||
|
|
Loading…
Reference in a new issue