From: Michael Jeanson Date: Thu, 12 Nov 2015 17:02:58 +0000 (-0500) Subject: Document requirement on patched JJB X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=e767807191b6959934113bd98274bbc31dfdded9;p=lttng-ci.git Document requirement on patched JJB --- diff --git a/README.md b/README.md index 785fffb..fd496a3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ 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 git+git://github.com/mjeanson/jenkins-job-builder + + ## Example Usage Generate XML files for Jenkins jobs from YAML files: