From: Jonathan Rajotte Date: Wed, 13 Dec 2017 21:47:10 +0000 (-0500) Subject: Use custom jenkins-job-builder X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=d2e747f28ad049ae0da8b8b2e43908d816a1af8d;p=lttng-ci.git Use custom jenkins-job-builder Permit the use First Unstable and Fixed Unhealthy triggers from email-ext. Signed-off-by: Jonathan Rajotte --- 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/