Good morning, I'm starting with Jenkins and I have a doubt. I have a series of Jobs in Jenkins (eg J1, J2, J3, J4 and J5).
And the first one generates a .txt file (which could be modified to any type of file) with the following jobs to be executed in whatever order. That is, it will sometimes be executed: J2, J3, J4 and J5
But there could be other cases:
J2, J4 and J5.
J3 and J5. [...]
Do you know if there is a plugin that can help me? Or if you can create a Pipeline through code?
Greetings and thanks in advance!