Leverage Jenkins features for GitHub repositories.
Project description
Time for kickass CI !
Jenkins EPO
Implements extended CI features on top of Jenkins and GitHub for in-house CI.
Features
Define jobs from repository in jenkins.yml.
Jobs pipeline façon GitLab CI.
Query GitHub API to poll open PR instead of polling git repository.
Read instructions from PR comments.
Cancel running jobs when pushing new commits.
Report issue on broken protected branches.
Auto-merge PR.
Works behind firewall.
Extensible through entry-point.
Quickstart
On your poller host:
pip3 install jenkins-epo # Setup env vars export JENKINS_URL=http://myjenkins.lan JOBS_CREDENTIALS=clone-creds export GITHUB_TOKEN=YOUR_SECRET_TOKEN REPOSITORIES=owner/repo # Check repository is manageable jenkins-epo list-heads # Trigger a dry run DRY_RUN=1 jenkins-epo process https://github.com/owner/repo/tree/master # Run it for real jenkins-epo bot
Now write a jenkins.yml file and open a PR:
myjob: | tox -r
Many instructions are available. Just ask the bot by commenting jenkins: help in an open PR!
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
Built Distribution
File details
Details for the file jenkins-epo-1.133.tar.gz
.
File metadata
- Download URL: jenkins-epo-1.133.tar.gz
- Upload date:
- Size: 30.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5457359d77360dcc96f44642dc9921b2e55a5ddc1741e89f70c0cbde9acc639 |
|
MD5 | a843f70e52b10b65e4871974e2cd9d23 |
|
BLAKE2b-256 | be68df0c2ae663a24f1edd28c4a8c0cc6350ef85f3b90f6a2a698727faf078c6 |
Provenance
File details
Details for the file jenkins_epo-1.133-py3-none-any.whl
.
File metadata
- Download URL: jenkins_epo-1.133-py3-none-any.whl
- Upload date:
- Size: 47.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2e31c9e08a4a2bb82d59055193851f4afe5598a7acf8caf29fc13082fe32719 |
|
MD5 | 65a5be8a4df084506d1212bdb480c666 |
|
BLAKE2b-256 | f868793324b72c769f38545a8f437b7c3f06a27da210b0d03d6364b9a97c442e |