stash-pullrequest-builder-plugin
stash-pullrequest-builder-plugin copied to clipboard
A Jenkins plugin for Building Stash Pull Requests
Without the `.get()` the subsequent `getUrl()` is returning `null`. I have two instances of Jenkins running two different versions. The older 2.121.2 version works as is here, but the newer...
The '#' will cause the Stash Markdown to treat it as link to a PR. Became an issue when this feature was added to Bitbucket 4.9: https://jira.atlassian.com/browse/BSERV-2962
The new logic exposed this incorrect usage from this plugin. Had to add null guard because this is failing a findbugs test although the .get() method is marked with @Nonnull...
Signed-off-by: Upkar Rai
If I am running basically a PR build/merge job on multiple nodes, the post build tasks wait on any previous jobs running before they will finish. In the case of...
This is with an hpi build from the commit https://github.com/nemccarthy/stash-pullrequest-builder-plugin/commit/b2be6792adc2e9e3670189908b09b2331da05d30 manually installed into a jenkins docker container. The initial build comment is successfully posted, but fails to be deleted once...
Is there an example of how I would configure a post build comment? For instance, the unique url for a newly deployed dev deployment from a post build script?
Our Stash - BitBucket Server installation has multiple nodes so that there is no monotonic order of ids. Implement comparison using creation date and id. Also additional logging implemented. Useful...
Resolves #138 Alternatively, could link directly to the plugin [https://plugins.jenkins.io/stashNotifier](https://plugins.jenkins.io/stashNotifier)
The blog post in the Readme.MD points to an URL that is no longer available.