Jenkins - Passing parameter to downstream job
Preface
There is a testing job which if being triggered by upstream job then will delay about 30 seconds but manually is not need.
Workground
1.The upstream job use plugin "Trigger parameterized build on other projects"
In this example, I naming a boolean parameter which is "WAITING"
In this example, I naming a boolean parameter which is "WAITING"
2.The downstream job setting the parameterized build that can be received the parameter value from the upstream job.
3.Power Shell testing result
Reference