From e767807191b6959934113bd98274bbc31dfdded9 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 12 Nov 2015 12:02:58 -0500 Subject: [PATCH] Document requirement on patched JJB --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- 2.34.1