stashnotifier-plugin
stashnotifier-plugin copied to clipboard
A Jenkins Plugin to notify Atlassian Stash|Bitbucket of build results
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.40 to 4.45. Release notes Sourced from plugin's releases. 4.45 📦 Dependency updates Bump maven-hpi-plugin from 3.31 to 3.32 (#591, #589, #588) @dependabot Bump junit-bom from 5.8.2...
Bumps [bom-2.303.x](https://github.com/jenkinsci/bom) from 1382.v7d694476f340 to 1500.ve4d05cd32975. Release notes Sourced from bom-2.303.x's releases. 1500.ve4d05cd32975 🚀 New features and improvements Adapt to Mail/Activation baseline bumps (#1288) @basil 👻 Maintenance simplify updatecli pinned...
Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.3 to 1.4. Release notes Sourced from git-changelist-maven-extension's releases. 1.4 What's Changed avoid trailing underscore by @jetersen in jenkinsci/incrementals-tools#31 Full Changelog: https://github.com/jenkinsci/incrementals-tools/compare/parent-1.3...parent-1.4 Commits 22b831a [maven-release-plugin] prepare release...
Changing the build title as in #241 is definitely handy. Is there any way to get control over the dialogue in bitbucket that comes up when you press (!) ?...
### Version report Jenkins and plugins versions report: ``` Jenkins 2.277.1 stashNotifier 1.20 ``` - What Operating System are you using (both controller, and any agents involved in the problem)?...
Not something broken with the plugin, but it would be nice to have the ability to run the Stash Notifier on previous builds that were run before installation of the...
Please consider adding support for Bitbucket status update. The API for Bitbucket is really similar to the one for Stash. Bitbucket API docs: https://confluence.atlassian.com/bitbucket/buildstatus-resource-779295267.html
So we are heading with some network problems, that results in SocketException on notifying bitbucket and we can't really do anything about it, because `notifyBitbucket()` method always returns `true` and...
### What feature do you want to see added? StashNotifier plugin (v1.25) uses a Bitbucket API [here ](https://github.com/jenkinsci/stashnotifier-plugin/blob/release/1.x/src/main/java/org/jenkinsci/plugins/stashNotifier/BuildStatusUriFactory.java#L13) for sending the build notifications. This API has been deprecated by the...
I'd like to have know if this plugin could send notifications for job runs that are queued, but not yet running. The problem I'm seeing is that we have a...