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
990ee1ba18
commit
d957edea6d
1 changed files with 2 additions and 4 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -8,8 +8,6 @@ print( properties ([ properties ([) properties ([
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
||||||
print(params.BRANCH)
|
|
||||||
print({params.BRANCH})
|
|
||||||
@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