I need to reuse the parameters for particular job(current), where the parameters were assigned in the previous jobs itself.
- Is there any ways to proceed with this?
Eg:
Job 1:(build)
param A
param B
Note: i have added the job2(test) by using "AddPostAction"
Job 2:(test)
param A //value assigned in job1
param B