Update Jenkinsfile

This commit is contained in:
Shweta217 2019-01-21 00:49:54 +05:30 committed by GitHub
parent f86f0ad8b5
commit 9fb881a9bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
Jenkinsfile vendored
View file

@ -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'
}