ansible: Enable RDP and allow pings on windows CI hosts
[lttng-ci.git] / README.md
index 785fffb3955ca67323538a45905b6fd9fc5c4f50..0d842bf4dd9450b3f4256563accf4657abbadaa8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,6 +3,13 @@
 This repository holds the configuration of the LTTng Jenkins jobs. It is
 meant to be used with Jenkins Job Builder from the OpenStack Foundation.
 
+It can be installed with:
+
+    $ virtualenv -p python3 .venv
+    $ . .venv/bin/activate
+    $ pip install jenkins-job-builder
+
+
 ## Example Usage
 
 Generate XML files for Jenkins jobs from YAML files:
@@ -20,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
This page took 0.023478 seconds and 4 git commands to generate.