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
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 {
|
||||
branch = params.BRANCH
|
||||
runTest = params.RUN_TEST
|
||||
triggerMail = params.MAIL_TRIGGER
|
||||
email = params.EMAIL
|
||||
branch = 'master'
|
||||
scmUrl = 'ssh://git@myScmServer.com/repos/myRepo.git'
|
||||
email = 'team@example.com'
|
||||
serverPort = '8080'
|
||||
developmentServer = 'dev-myproject.mycompany.com'
|
||||
stagingServer = 'staging-myproject.mycompany.com'
|
||||
productionServer = 'production-myproject.mycompany.com'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue