mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
990ee1ba18
commit
d957edea6d
1 changed files with 2 additions and 4 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -7,9 +7,7 @@ print( properties ([ properties ([) properties ([
|
|||
|
||||
])
|
||||
])
|
||||
|
||||
print(params.BRANCH)
|
||||
print({params.BRANCH})
|
||||
|
||||
@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