I've seen a few questions regarding this but no good answers.
This was quite simple when we were using GitHub and Jenkins.
Now we are using Stash and Jenkins.
We need the ability to execute a build on pull request creation and on any subsequent changes to said pull request. Jenkins will then notify stash of the outcome.
It seems odd that this isn't a feature out of the box as this is a standard development workflow.
Are we stuck? Does Stash not support this feature?
Did you already tried https://marketplace.atlassian.com/plugins/com.nerdwin15.stash-stash-webhook-jenkins?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That triggers builds on ALL commits or a subset via a white or black list of branch names. We want to build on pull request creation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.