1

Am new to Jenkins. I found a plugin to notify the each commit status in bit bucket UI(Bit bucket Cloud Build Status Notifier Plugin) and am very much confused about notifying the build status.

https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Cloud+Build+Status+Notifier+Plugin

Am doing commit continuously in development branch and i have registered the oauth credentials as described in above link with Jenkins job. After the Jenkins job run, i could not see the build status in bit bucket cloud UI.

Could anyone please suggest me whether this plugin update the commit status from pull request page to development branch while merge? Or This plugin can pass the direct build status to development branch when commit done and Jenkins job ran.

Thanks in advance!!!

4

1 回答 1

1

如果插件配置正确,您应该能够在 Bitbucket Cloud 中的开发分支的提交历史记录中看到插件发布的构建状态。构建状态是为给定的提交 sha1 设置的,这意味着它不关心它是否是拉取请求,因为提交 sha1 不会更改。

如果 Bibucket Cloud UI 中没有显示构建状态,我猜你的问题与插件或 Jenkins 配置有关。查看 Jenkins 日志文件以获取更多信息,以便能够指导您解决问题。

于 2016-11-16T09:18:47.793 回答