I am new to jenkins. I have a job named job1 where it gets successfully build (with parameters). I want to automatically trigger my second job creation but not pass parameters. I want to go to the screen of build with parameters of second job and enter the parameters for the second job manually right after the job1 is built.
I have looked for a solution on the whole Internet but all the automatic trigger examples do not let me to enter the parameters for the second job manually.
How can I implement this?
Well, I found an solution this. Jenkins pipeline project is the answer! You can input any parameter you want at any stage with an input message.