From 9fb881a9bf3455a45e9bab849d3a44d2b1cf9298 Mon Sep 17 00:00:00 2001 From: Shweta217 <38592487+Shweta217@users.noreply.github.com> Date: Mon, 21 Jan 2019 00:49:54 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6bd7e5b42..dbcbf1c76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }