I believe you will need to use the parameterized trigger plugin for this: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin
----- Original Message ----- From: "Mayank Jhawar" <[email protected]> To: [email protected] Sent: Thursday, June 20, 2013 12:04:25 PM Subject: Passing the environment variables from one job to another 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 executed. I want to pass the environmental variable TAG from Job_1 to Job_2. Can you please help me in this task as to how it can be done with or without plugins and which ones. As i dont have any explicit knowledge about Java and new to jenkins, any help will be appreciated. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out . -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
