I want to create 2 jenkins job where output of 1st jenkins job will act as a input and it is a choice parameter of 2nd jenkins job. could you please provide suggestion on this

I want to create 2 jenkins job where output of 1st jenkins job ( text file output ) will act as a input and it is a choice parameter also in 2nd jenkins job. could you please provide suggestion on this.

Hello @rutuparn and welcome to this community :wave:

To achieve passing the output of the first Jenkins job as a choice parameter to the second Jenkins job, I think you could use the “Parameterized Trigger Plugin”.

@poddingue Thank you for reply.

1 Like