Trigger jenkins build on stash pull request
问题 I've been trying to get the build on PR working for some time now following the usual guides. However i ran into some issues. Here is what i added to the previously existing configuration @ Jenkins project: Source Code Management: Multiple SCMs - Repository URL: ssh://git@git.company.pt/projectCode/RepName.git - Credentials with ssh key working - Batches to build: */${sourceBranch} - Repository browser: auto - Additional Behaviours: none Build triggers: - Poll SCM And the the previous working