Use custom jenkins-job-builder
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 13 Dec 2017 21:47:10 +0000 (16:47 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 13 Dec 2017 23:18:44 +0000 (18:18 -0500)
Permit the use First Unstable and Fixed Unhealthy triggers from
email-ext.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
README.md
tox.ini

index 2a0c2768beec7bb41557c8b013c173d2284a6446..f7d440218f909933152923e6a04b8b61a3e2ee19 100644 (file)
--- 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 975075ccc871e6f3c8775840b6a67c991bd7312d..58f54b5e80a175d01ba104e0ed74b9dbc6cc7527 100644 (file)
--- 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/
This page took 0.02639 seconds and 4 git commands to generate.