X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=README.md;h=f3a0a9d58a891ee5399822dd93acf5d600101fe3;hb=056f7519e4772cdd4636d386a5252d9e23866729;hp=785fffb3955ca67323538a45905b6fd9fc5c4f50;hpb=c447539a07bb1e184ad3ce485328aac3cda603d6;p=lttng-ci.git diff --git a/README.md b/README.md index 785fffb..f3a0a9d 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/lttng/jenkins-job-builder + + ## Example Usage Generate XML files for Jenkins jobs from YAML files: @@ -20,7 +28,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