Search code examples
jenkinsjenkins-pipelinejenkins-pluginsjenkins-groovyjenkins-cli

When job1 is built how to automatically trigger the 2nd job to enter parameters manually without passing the parameters


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?


Solution

  • 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.