mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 98 forks source link

Add configuration option to hide the 'trigger build' button #98

Closed Wilfred closed 9 years ago

Wilfred commented 9 years ago

As mentioned in #81, the 'trigger build' button can be confusing. It simply informs Jenkins that new commits are available. It doesn't force a build right now: the build queue could be full, or Jenkins may not even have a job for that git URL.

However, the ability to notify Jenkins as soon as a pull request is merged, is really useful. Without it, we have to configure Jenkins to just poll git continually. Could we provide an option to disable or hide the button?

tldavies commented 9 years ago

What update/version will Fix #98 be in?