[PATCH] osmo-ci[master]: jobs: describe how to install jenkins-jobs on deb 9

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Nov 28 04:32:59 UTC 2017


Review at  https://gerrit.osmocom.org/5057

jobs: describe how to install jenkins-jobs on deb 9

Change-Id: Id3a0684e567ae26ca8158fda56898eb683374d09
---
M jobs/README.adoc
1 file changed, 20 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/57/5057/1

diff --git a/jobs/README.adoc b/jobs/README.adoc
index d526771..6532825 100644
--- a/jobs/README.adoc
+++ b/jobs/README.adoc
@@ -5,6 +5,8 @@
 
 Install jenkins-job-builder:
 
+For debian 9, see troubleshooting below. Otherwise:
+
   apt-get install jenkins-job-builder
 
 Have a jenkins-job-builder.ini file. Convenient is to place a system wide one,
@@ -68,3 +70,21 @@
 individual job names.
 
 Also be aware that jobs are only actually updated when anything changed.
+
+- debian 9
+
+For jenkins-job-builder to work on debian 9:
+
+add 'testing' to /etc/apt/sources.list like
+
+  deb http://ftp.de.debian.org/debian/ testing main
+
+then
+
+    sudo apt-get update
+    sudo apt-get -t testing install python-jenkins
+    sudo apt-get install jenkins-job-builder
+
+and make sure to *not* pick the python3 versions
+(or you'll need to add catching of HTTPError to jenkins/__init__.py in
+'def maybe_add_crumb')

-- 
To view, visit https://gerrit.osmocom.org/5057
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3a0684e567ae26ca8158fda56898eb683374d09
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list