web-dev-qa-db-ja.com

JenkinsからBitbucketServerにビルドステータスを通知する

Jenkinsv2.7.3とBitbucketServer v4.9.1をオンプレミスにインストールし、ビルドステータスをJenkinsからBitbucketServerに通知として送信したいと考えています。

これまでのところ、Bitbucket Cloudのソリューション(1と2)しか見つかりませんでしたが、BitbucketServerのソリューションは見つかりませんでした。これを実現するためのヒントはありますか?

  1. https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Cloud+Build+Status+Notifier+Plugin
  2. https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+OAuth+Plugin
8
Ismar Slomic

stashプラグインBitBucketはStashコードに基づいています として使用できる場合があります。

アトラシアンが言わなければならなかったこと:

We have unified our Git products under the Bitbucket name. With
Bitbucket, now you have a range of options that can be adopted by teams
of all sizes and requirements: Bitbucket Cloud (previously known as
Bitbucket), Bitbucket Server (previously known as Stash) and Bitbucket
Data Center (previously known as Stash Data Center). 

プラグインについて:

This plugin notifies an Atlassian Stash instance of Jenkins builds in
progress and of their results. The build results will show up in the
commit list in Stash or in a Stash pull request and provide immediate
and easy to scan feedback about a commit. It is possible to navigate 
from build result information in Stash directly to the build in 
question. The plugin can be configured on a per-job basis, globally 
for all Jobs or both to minimize the configuration overhead.
2

Stash Pull Request Builderプラグインが必要ですこのJenkinsプラグインは、Atlassian Stashサーバーからプルリクエストをビルドし、テスト結果をコメントとして報告します。このプラグインは、GitHubとBitBucketのプルリクエストビルダープラグインに触発されました

https://plugins.jenkins.io/stash-pullrequest-builder

enter image description here

0
WeSam Abdallah

StashNotifierプラグインの最新バージョンがJobDSLで動作するようになりました

0
user1229364