Mercurial extension to start new Jenkins jobs.
Project description
poke-jenkins: Mercurial extension for triggering jenkins jobs
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 is seconds
timeout = 10
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.txt
© 2013 Paylogic International.
Changelog
0.2
Initial public release
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
poke-jenkins-0.2.tar.gz
(3.4 kB
view details)
File details
Details for the file poke-jenkins-0.2.tar.gz
.
File metadata
- Download URL: poke-jenkins-0.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03f8b96997e16d35e1a66b282ea6301f23a8055cf82ad472829e4f07d787aa2d |
|
MD5 | 0a42df61ec98ec90b01ed1f9f3232062 |
|
BLAKE2b-256 | 0687a54b1bf311c9be2e58954481baea5d2d41bb863170c99f4ebcb7c52a5427 |