bitbucket-build-status-notifier-plugin icon indicating copy to clipboard operation
bitbucket-build-status-notifier-plugin copied to clipboard

Notify Bitbucket Cloud with the Jenkins CI build status information.

Results 16 bitbucket-build-status-notifier-plugin issues
Sort by recently updated
recently updated
newest added

This allows the user of the plugin to set a different buildUrl. Bitbucket navigates to this Url when you click the buildName. The buildUrl will often be an artifact hosted...

Adding the option to override latest build also on the declaritve pipeline mode. Fixes: https://issues.jenkins.io/browse/JENKINS-35083 This is necessary as bitbucket will require all builds to pass for a merge check.

Bumps [git](https://github.com/jenkinsci/git-plugin) from 2.4.0 to 4.11.4. Release notes Sourced from git's releases. 4.11.4 🐛 Bug fixes SECURITY-284 - fix @​yaroslavafenkin 4.11.3 🐛 Bug fixes JENKINS-68562 - Fix Git checkouts for...

dependencies

Bumps junit from 1.0 to 1.24. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jenkins-ci.plugins:junit&package-manager=maven&previous-version=1.0&new-version=1.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [mercurial](https://github.com/jenkinsci/mercurial-plugin) from 1.54 to 2.16.1. Release notes Sourced from mercurial's releases. 2.16 🚀 New features and improvements Use vectorized icon (#184) @​NotMyFault 🐛 Bug fixes JENKINS-65175 - Revert ini4j...

dependencies

Bumps [workflow-cps](https://github.com/jenkinsci/workflow-cps-plugin) from 1.11 to 2.65. Changelog Sourced from workflow-cps's changelog. 2.65 Release date: 2019-03-25 Fix security issue 2.64 Release date: 2019-03-06 Fix security issue 2.63 Release date: 2019-02-01 Enhancement:...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.2.2 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [credentials](https://github.com/jenkinsci/credentials-plugin) from 1.22 to 2.6.1.1. Release notes Sourced from credentials's releases. 2.6.1 Clean version of 2.6 (correct checksum). 2.6 What's Changed Correct french typo by @​Wadeck in jenkinsci/credentials-plugin#223 [JENKINS-66514]...

dependencies

This pull request makes sure that the buildKey of BitbucketBuildStatusNotifierStep calls, are not incorrectly overriden. **Current behaviour** 1. Create a pipeline which calls `bitbucketStatusNotify` with a static `buildKey`, e.g. `build`....

fixes https://issues.jenkins-ci.org/browse/JENKINS-40456