Fix disable-job param typo in docs 32/14332/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 28 Jan 2019 08:56:20 +0000 (18:56 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 28 Jan 2019 08:56:20 +0000 (18:56 +1000)
Change-Id: I28011767f45b0d29743c74cbec15f55bc48f603b
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/job-groups.rst

index d9ce2ff..75851c3 100644 (file)
@@ -30,5 +30,5 @@ the aaa project. The job-group also hardcodes ``mvn-version`` to *mvn35* and
 ``build-timeout`` to *180* for all projects using this job-group.
 
 A benefit of this method is for example disabling entire category of jobs by
-modifying the job-group, insert ``disable-jobs: true`` parameter
+modifying the job-group, insert ``disable-job: true`` parameter
 against the jobs to disable.