From 20714413141bd336a45c3501918ebcc127442b23 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 8 Oct 2021 16:13:17 -0400 Subject: [PATCH] Update jenkins-job-builder installation instructions in README --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3a0a9d..0d842bf 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ 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 : +It can be installed with: - $ virtualenv -p python2 .venv + $ virtualenv -p python3 .venv $ . .venv/bin/activate - $ pip install git+git://github.com/lttng/jenkins-job-builder + $ pip install jenkins-job-builder ## Example Usage -- 2.34.1