aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-01-12 17:59:24 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2018-01-15 12:53:57 +0000
commit3eb4a4e4ac92a9b66c0668d8a1634efb0f4c30ac (patch)
tree7f7c1187b9ae7d593e32171282b45e3a31cff56d /jobs
parent7d5bfdd722febea5412cf057ef86799e7fdee257 (diff)
README: also hint at /n/home/dub8/.config/jenkins_job_builder/jenkins_jobs.ini
Diffstat (limited to 'jobs')
-rw-r--r--jobs/README.adoc9
1 files changed, 6 insertions, 3 deletions
diff --git a/jobs/README.adoc b/jobs/README.adoc
index 6532825..2bc8df2 100644
--- a/jobs/README.adoc
+++ b/jobs/README.adoc
@@ -9,9 +9,12 @@ 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,
-if you're the only one using the system, at /etc/jenkins_jobs/jenkins_jobs.ini;
-otherwise place one in here and pass it to jenkins-jobs using the --conf file.
+Have a jenkins-job-builder.ini file. One of
+
+ ~/.config/jenkins_jobs/jenkins_jobs.ini
+ /etc/jenkins_jobs/jenkins_jobs.ini
+
+or place one in here and pass it to jenkins-jobs using the --conf file.
Make sure the file not world readable to minimally safeguard your jenkins password.