recampbell commented on Bug JENKINS-24782

The fundamental problem here is that the PromotionProcess must be buildable, but should not have a "Build Now" button. To be more precise PromotionProcess must return true for isBuildable() so that AbstractProject.scheduleBuild2() will actually perform the build.

So we can't just return false for isBuildable().

So it seems to me that the simplest approach is just to customize the left-hand menu for this PromotionProcess to avoid displaying the "Build Now" button.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to