From 95075d307412accd0f3d58e873213b07094b5094 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 12 Dec 2017 14:32:38 -0500 Subject: [PATCH] Use upstream jjb instead of custom from mjeanson Signed-off-by: Jonathan Rajotte --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1274e6b..2a0c276 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,9 @@ 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 + $ pip install jenkins-job-builder ## Example Usage -- 2.34.1