Permit the use First Unstable and Fixed Unhealthy triggers from
email-ext.
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
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
[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/