1

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
AlvaroAV
  • 10,335
  • 12
  • 60
  • 91
jass
  • 343
  • 2
  • 6
  • 16

1 Answers1

2

Parameterized Trigger Plugin is what you're looking for. For details on how to pass parameter from master build to child build, check my answer in this link.

Community
  • 1
  • 1
Technext
  • 7,887
  • 9
  • 48
  • 76