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
172507af3c
commit
2a61323675
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -10,4 +10,4 @@ properties ([
|
||||||
|
|
||||||
@Library('my-pipeline-library') _
|
@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