stash-pullrequest-builder-plugin
stash-pullrequest-builder-plugin copied to clipboard
A Jenkins plugin for Building Stash Pull Requests
I guess the problem is related to the apache client update.
The pull request builder is checking out wrong branches from our bitbucket server. Our setup: Freestyle Jenkins (2.73.2) project Source Code Management: Git Branches to build: */master Stash Pull Requests...
It is tedious to type `[email protected]` things, especially into code snippets copied all around and maybe to different deployments of Jenkins and Stash. The Stash REST API does return http...
it would be nice to approve/reject PR based on the build status: see https://developer.atlassian.com/static/rest/bitbucket-server/4.12.0/bitbucket-rest.html#idp2045632 when the build is successful, Jenkins can push `APPROVE` status, on failure `NEEDS_WORK` and then we...
When a PR is updated with a new commit, sometimes the plugin uses the previous merged commit rather than the new one. **Possible cause of the issue**: I understood that...
…started from the same job
Currently the PR pick up all repo. Is there a way to exclude a certain branch name?
I have installed and configured this plugin to be used for one of our Jenkins jobs. The job does builds for updates on each open Stash pull request. The job...