Vote count:
0
I need a jenkins build which should read my JS file, and update a variable with my choice parameter
By Choice parameter in jenkins cofiguration is : QA1 QA2 QA3 QA4 QA5 QA6 PILOT PROD
By Js part to modify with the jenkins choice parameter :
var QA1 = "mcp-salvip.qa.ch3.s.com";
var QA2 = "mcp-sal2vip.qa.ch3.s.com";
var QA3 = "mcp3-salvip.qa.ch3.s.com";
var QA4 = "mcp4-sa2lvip.qa.ch3.s.com";
var QA5 = "mcp5-sal3vip.qa.ch3.s.com";
var QA6 = "mcp6-sal3vip.qa.ch3.s.com";
var PILOT ="mobilesalint-pilotvip.prod.ch4.s.com";
var PROD = "mobilesalint.prod.global.s.com";
var SAL_ENDPOINT = QA2;
SAL_ENDPOINT should be changed based on the jenkin parameter.
asked 32 secs ago
Jenkins build with Parameters
Aucun commentaire:
Enregistrer un commentaire