From d2e747f28ad049ae0da8b8b2e43908d816a1af8d Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 13 Dec 2017 16:47:10 -0500 Subject: [PATCH] Use custom jenkins-job-builder Permit the use First Unstable and Fixed Unhealthy triggers from email-ext. Signed-off-by: Jonathan Rajotte --- README.md | 5 ++++- tox.ini | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a0c276..f7d4402 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,12 @@ This repository holds the configuration of the LTTng Jenkins jobs. It is meant to be used with Jenkins Job Builder from the OpenStack Foundation. +A patched version of JJB is currently required with this repository, it +can be installed directly from github : + $ virtualenv -p python2 .venv $ . .venv/bin/activate - $ pip install jenkins-job-builder + $ pip install git+git://github.com/psrcode/jenkins-job-builder ## Example Usage diff --git a/tox.ini b/tox.ini index 975075c..58f54b5 100644 --- a/tox.ini +++ b/tox.ini @@ -5,5 +5,5 @@ toxworkdir = {env:TOXWORKDIR:.tox} [testenv] skip_install = True -deps = jenkins-job-builder -commands = jenkins-jobs test jobs/ -o test/ +deps = git+git://github.com/psrcode/jenkins-job-builder +commands = jenkins-jobs --conf etc/jenkins_jobs.ini-tox test jobs/ -o test/ -- 2.34.1