Document requirement on patched JJB
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 12 Nov 2015 17:02:58 +0000 (12:02 -0500)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 12 Nov 2015 17:02:58 +0000 (12:02 -0500)
README.md

index 785fffb3955ca67323538a45905b6fd9fc5c4f50..fd496a33ad976055d7608820afa2f39a8c8aae0e 100644 (file)
--- 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.
 
 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:
 ## Example Usage
 
 Generate XML files for Jenkins jobs from YAML files:
This page took 0.023099 seconds and 4 git commands to generate.