这是indexloc提供的服务,不要输入任何密码
Skip to content

caphrim007/bitbucket-pr-commenter

 
 

Repository files navigation

BitBucket Pull Request commenter

tests_workflow

This simple utility just sends comment to BitBucket server pull request. It is useful in CI automation to comment PR with build results and include some data from output text file.

Example

Send content of output.txt for some build to BitBucket pull request comment:

bbprc --server %bitbucket_url% --token %bitbucket_password% \
    --project %bitbucket_project% \
    --repo %bitbucket_repo% \
    --greeting "%system.teamcity.buildConfName%" \
    --pr %teamcity.build.branch% \
    --file %teamcity.build.checkoutDir%/output.txt

Authentication

For security reasons it only supports personal access token as a bearer for authentication.

Requirements

  • requests

About

Sends comment to BitBucket Pull Requests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.6%
  • Makefile 11.4%