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
  • 9,687
  • 10
  • 56
  • 86
jass
  • 333
  • 2
  • 5
  • 15

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,527
  • 7
  • 42
  • 69