mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
913a090051
commit
f86f0ad8b5
1 changed files with 8 additions and 6 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -1,4 +1,5 @@
|
|||
library 'my-pipeline-library' _
|
||||
@Library('my-pipeline-library') _
|
||||
|
||||
properties ([
|
||||
parameters([
|
||||
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
||||
|
@ -11,8 +12,9 @@ properties ([
|
|||
|
||||
|
||||
|
||||
//myDeliveryPipeline(
|
||||
// BRANCH='uiui'
|
||||
// RUN_TEST='jk'
|
||||
// MAIL_TRIGGER='kkjkjk'
|
||||
// EMAIL='yuiuk')
|
||||
myDeliveryPipeline {
|
||||
branch = params.BRANCH
|
||||
runTest = params.RUN_TEST
|
||||
triggerMail = params.MAIL_TRIGGER
|
||||
email = params.EMAIL
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue