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
f86f0ad8b5
commit
9fb881a9bf
1 changed files with 14 additions and 4 deletions
18
Jenkinsfile
vendored
18
Jenkinsfile
vendored
|
@ -12,9 +12,19 @@ properties ([
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
//myDeliveryPipeline {
|
||||||
|
// branch = params.BRANCH
|
||||||
|
// runTest = params.RUN_TEST
|
||||||
|
// triggerMail = params.MAIL_TRIGGER
|
||||||
|
// email = params.EMAIL
|
||||||
|
//}
|
||||||
|
|
||||||
myDeliveryPipeline {
|
myDeliveryPipeline {
|
||||||
branch = params.BRANCH
|
branch = 'master'
|
||||||
runTest = params.RUN_TEST
|
scmUrl = 'ssh://git@myScmServer.com/repos/myRepo.git'
|
||||||
triggerMail = params.MAIL_TRIGGER
|
email = 'team@example.com'
|
||||||
email = params.EMAIL
|
serverPort = '8080'
|
||||||
|
developmentServer = 'dev-myproject.mycompany.com'
|
||||||
|
stagingServer = 'staging-myproject.mycompany.com'
|
||||||
|
productionServer = 'production-myproject.mycompany.com'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue