Mercurial extension to start new Jenkins jobs.
Project description
The poke-jenkins is a Mercurial extension that for the heads of an incoming changeset starts a Jenkins job.
Installation
pip install poke-jenkins
Configuration
An example of .hg/hgrc of your remote repository:
[extensions]
poke_jenkins =
[poke_jenkins]
# Jenkins url
jenkins_base_url = http://ci.example.com
# List the jobs you want to start
jobs = Project_Tests_Dev Project_Coverage_Dev
# Feel free to change this parameter
tag = foo
# The url which Jenkins will use to clone the repository
repo_url = ssh://code.example.com//example
# Timeout in seconds
timeout = 10
# Jenkins user id
username = foo
# Jenkins API Token
password = bar
# Branch regular expression filter
branch_regex = ^c\d{4}
Usage
With given configuration above, it will call jenkins jobs to start builds:
http://ci.example.com/job/Project_Tests_Dev?TAG=foo&NODE_ID=<mercurial commit hash>&BRANCH=<branch name>&REPO_URL=ssh://code.example.com//example
http://ci.example.com/job/Project_Coverage_Dev?TAG=foo&NODE_ID=<mercurial commit hash>&BRANCH=<branch name>&REPO_URL=ssh://code.example.com//example
It will add basic auth headers to authenticate the calls if username and password settings are set.
Python3 support
Package itself supports python3 out of the box, but not mercurial ATM.
Contact
If you have questions, bug reports, suggestions, etc. please create an issue on the GitHub project page.
License
This software is licensed under the MIT license
See License
© 2013 Paylogic International.
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 poke-jenkins-1.1.1.tar.gz
.
File metadata
- Download URL: poke-jenkins-1.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f024e764e8e9a7a51e2001e829af83a273771428244f4fd38ec90cd8967987f |
|
MD5 | 7de23f484ce50c4db151bcb438fab6fd |
|
BLAKE2b-256 | 18a104a9cccc895971b9d795bbd3f3cc1d7798295da0df3b6807a13a672d64a8 |