]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
doc: Add docs for config/JENKINS_URL override 899/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 31 Oct 2017 17:13:46 +0000 (13:13 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Mon, 6 Nov 2017 15:34:13 +0000 (10:34 -0500)
Signed-off-by: David Galloway <dgallowa@redhat.com>
README.rst

index 73a45ca6415b57dfbae09af3ce0f43b483744fa3..da25893d9404d6a42e55758de4a052d944646c05 100644 (file)
@@ -27,6 +27,8 @@ Deprecation
 Any script in the top level of this repo is now deprecated and should be moved
 to follow the structure of the Jenkins Job Builder project.
 
+Any jobs removed from this repo will be automatically deleted by JJB.
+
 Enforcement
 -----------
 The rules and structure for the builds are *strictly* enforced. If the
@@ -242,3 +244,17 @@ Let's say this git branch makes a change in the ``my-cool-job`` job.
 all jobs to the state of what is in master, and your customizations will be
 wiped out. This "by-hand" testing procedure is only intended for short-lived
 tests.)
+
+Assigning a job to a different Jenkins Master
+---------------------------------------------
+
+We found one Jenkins master wasn't enough to handle all the jobs we were
+demanding of it.  The CI now supports multiple Jenkins masters.  If you wish to
+run your job on a different Jenkins master:
+
+1. Create a ``config/JENKINS_URL`` file in your job directory containing only
+   the FQDN of the target Jenkins master::
+
+    # Example
+    $ cat my-cool-job/config/JENKINS_URL
+    2.jenkins.ceph.com