stashnotifier-plugin
stashnotifier-plugin copied to clipboard
A Jenkins Plugin to notify Atlassian Stash|Bitbucket of build results
Good day to you. Using the "credientials plugin" inside the current Jenkins release and configuring an account for the connection to Bitbucket Server (stash) will led to "invalid credentials" message,...
As far as I can tell the plugin does not need to interact with a build agent. Therefore it shall be possible to use the plugin from outside a node...
Plugin version - 1.11.6 Time to time notifications are failing with the next error, so Bitbucket doesn't receive such notifications: `Failed to notify Stash for commit 509950484482c15754de1cdb5aa5537d8bf318a2 ({"errors":[{"context":null,"message":"You are not...
Stash notifier sends multiple notifications then used in a multi-configuration (matrix) job. There is a risk that the PR would appear to be "approved" by Jenkins before all jobs complete,...
Suppose I have two separate multibranch pipeline jobs, `foo-unit` and `foo-integration`. When I push a branch to master, the following notifications are sent to Stash: ```json { "state": "SUCCESSFUL", "key":...
Hi, There seems to be a bug in the latest release where the code: ```groovy step([$class: 'StashNotifier', projectKey: 'test']) } ``` Does not override the projectKey. It only submitts the...
We are using cert credentials with version 1.10.2. We'd like to upgrade to version 1.11 for the pipeline support. However, cert credential usage was disabled with https://github.com/jenkinsci/stashnotifier-plugin/commit/460d423b16d8c7f4608ad3b0f1b81023e6ec71da, pointing to some...
Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.40 to 4.48. Release notes Sourced from plugin's releases. 4.48 📦 Dependency updates Bump JUnit from 5.9.0 to 5.9.1 (#613) @dependabot Bump Jenkins test harness from 1837.vb_6efb_1790942...
Messages like _"createRequest - UsernamePasswordCredentials"_ are written to the build log. This PR moves them to a logger instead. The messages are still around for debugging purpose, but aren't included...
Update Jenkins LTS baseline to 3.332. The last BOM supported version is 3.319, but some dependencies require 3.319.3 already. Supersedes #325, #322 ----------------------------------- - [x] Make sure you are opening...