Given the following situation

   - *main-job* builds and tests a project
   - *installer-job* copies artifacts from *main-job*, and packages them 
   into an installer

*installer-job* is set as downstream project of *main-job* via Parameterized 
Trigger Plugin 
<http://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin>.


But the *installer-job* should only be triggered on-demand from *main-job*'s 
*build page*.


It's possible to trigger the downstream job on the *project page*:


<https://i.stack.imgur.com/B7GNF.png>

[image: enter image description here] <https://i.stack.imgur.com/B7GNF.png>


But it doesn't seem possible to trigger the build from a *specific build* 
page.


Is there any option to get such a trigger button on the build page?


Note: It's a freestyle project, not a pipeline one. So things like the Build 
Pipeline plugin <https://plugins.jenkins.io/build-pipeline-plugin> don't 
help, unfortunately.


Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/159b093a-ea84-4d70-afd1-889086d8c83f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to