X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=README.md;h=0d842bf4dd9450b3f4256563accf4657abbadaa8;hb=HEAD;hp=fd496a33ad976055d7608820afa2f39a8c8aae0e;hpb=e767807191b6959934113bd98274bbc31dfdded9;p=lttng-ci.git diff --git a/README.md b/README.md index fd496a3..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/mjeanson/jenkins-job-builder + $ pip install jenkins-job-builder ## Example Usage @@ -28,7 +27,7 @@ Update Jenkins jobs which name starts with "babeltrace": $ jenkins-jobs --conf etc/jenkins_jobs.ini delete --path jobs/lttng-modules.yaml:jobs/kernel.yaml \*rc\*_build # Update kernel versions - $ automation/kernel-seed.py > job/inc/kernel-versions.yaml + $ automation/kernel-seed.py > jobs/inc/kernel-versions.yaml.inc # Update jobs $ jenkins-jobs --conf etc/jenkins_jobs.ini update jobs/lttng-modules.yaml:jobs/kernel.yaml