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
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 ([
|
properties ([
|
||||||
parameters([
|
parameters([
|
||||||
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
string(name: 'BRANCH', defaultValue: 'master', description: 'Branch to build'),
|
||||||
|
@ -11,8 +12,9 @@ properties ([
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//myDeliveryPipeline(
|
myDeliveryPipeline {
|
||||||
// BRANCH='uiui'
|
branch = params.BRANCH
|
||||||
// RUN_TEST='jk'
|
runTest = params.RUN_TEST
|
||||||
// MAIL_TRIGGER='kkjkjk'
|
triggerMail = params.MAIL_TRIGGER
|
||||||
// EMAIL='yuiuk')
|
email = params.EMAIL
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue