Add a snippet about using jjb-deploy keyword 21/64421/5
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 17 Oct 2017 19:08:22 +0000 (12:08 -0700)
committerVenkatrangan Govindarajan <venkatrangang@hcl.com>
Tue, 24 Oct 2017 15:32:45 +0000 (15:32 +0000)
Change-Id: Ia3c1a602a7c629943c906ca3bbb57152bd66e98c
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
docs/system-test-guide.rst

index 48341fad10db5a73c5d197b8d2faee8673c70f77..e76d64adde3545b1dd4ba8945e94d74d1466010e 100644 (file)
@@ -357,9 +357,18 @@ Before pushing your system test job into jenkins-releng_, it is recommended to
 debug the job as well as the you system test code in the sandbox. To do that:
 
 * Set up sandbox access using jenkins-sandbox-install_ instruction.
-* Push you new csit job to sandbox::
+* Push your new csit job to sandbox:
 
-    jenkins-jobs --conf jenkins.ini update jjb/ $project-csit-1node-$functionality-only-$branch
+  Method 1:
+
+  you can write a comment in a releng/builder gerrit patch to have the job automatically created
+  in the sandbox. The format of the comment is::
+
+      jjb-deploy <job name>
+
+  Method 2::
+
+      jenkins-jobs --conf jenkins.ini update jjb/ $project-csit-1node-$functionality-only-$branch
 
 * Open your job in jenkins-sandbox_ and start a build replacing the PATCHREFSPEC
   parameter by your int/test patch REFSPEC (e.g. refs/changes/85/23185/1). you