Pass one environment variable to another

2014-09-15 Thread Mayank Jhawar
Hi All Jenkins users I am new to the jenkins world and trying my hands on to build and release for TIBCO Ear's. So i have this structure in SVN Codebase - Branch - Trunk - Tags - GoldenCopy I have multiple projects in Tag //SVN_LOCATION/

Goto statement not working properly in jenkins

2013-06-24 Thread Mayank Jhawar
Hi guys i have a parameter build structure. there are two parameters Environment and Tag When environment is selected as stage and a particular TAG is selected, i want the script to jump to that location based on the path mentioned in script but it runs into the default environment on its own

Passing the environment variables from one job to another

2013-06-20 Thread Mayank Jhawar
Hi Experts I have two jobs Job_1 Job_2 In Job_1 i give the parameter of the tag location on the fly it assigns that particular variable TAG to environment variable, i can see that in environment variables when a build is executed with parameters. After Job_1 is completed another job Job_2 is ex