0
votes

I am currently using Jenkins and the Multijob plugin to split a job into multiple smaller parts; however, I cannot see the phase jobs.

enter image description here

Here is inside of my job, you can see I have a phase with two jobs that should run sequentially; however, I cannot find these job in order to edit and change them.

enter image description here

What am I missing here? I cannot seem to view the jobs and edit them

1

1 Answers

0
votes

You have to create job with some name and then, in multijob project, you should refer to existing job that you created before.

Please see this issue