Update bitbucket status for each env
Project description
Tox plugin that pushes status reports back to BitBucket.
Installation:
$ pip install hg+https://bitbucket.org/hpk42/tox@hook/report-status#egg=tox $ pip install tox-bitbucket-status
(You need to install the custom tox version for now, until the next version of tox is released).
Usage:
You need to ensure the following environment variables are set in your environment:
CI CI_NAME CI_COMMIT_ID CI_BUILD_URL BB_USERNAME (will default to $BB_REPO_OWNER if not set) BB_PASSWORD BB_REPO_OWNER BB_REPO_SLUG
Then, your commits will get a build status after they are pushed to BitBucket.
Just like the ones in this repository.
Codeship
The CI_* variables are all set by Codeship, but you will need to seth the BB_* variables yourself.
Jenkins
If you are using Jenkins and the Mercurial plugin, then some of the environment will be detected from the environment variables that are set:
CI → True CI_NAME → 'Jenkins' CI_BUILD_URL → $BUILD_URL CI_COMMIT_ID → $MERCURIAL_REVISION BB_REPO_OWNER : extracted from $MERCURIAL_REPOSITORY_URL BB_REPO_SLUG : extracted from $MERCURIAL_REPOSITORY_URL
At this point, the extraction of the owner/slug from the repo url only does sanity checking for mercurial repos (ie, that they are from bitbucket). Pull requests to support git repo urls will be accepted.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tox-bitbucket-status-1.0.tar.gz
.
File metadata
- Download URL: tox-bitbucket-status-1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3713ebb05a5c0ff963fd39997e87769de19e54f33f160ac95c807b9aa2147ac |
|
MD5 | b291d8f202a83565108517c8c7d4b812 |
|
BLAKE2b-256 | 726e1dcc44bba038e97c30174c9466133685f692f48799bb4c2ceaa2e6db0145 |