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.