From: Anil Belur Date: Mon, 28 Jan 2019 08:56:20 +0000 (+1000) Subject: Fix disable-job param typo in docs X-Git-Tag: v0.30.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=b5f41d5612189bfd8bb53ccc5acf385281662688;p=releng%2Fglobal-jjb.git Fix disable-job param typo in docs Change-Id: I28011767f45b0d29743c74cbec15f55bc48f603b Signed-off-by: Anil Belur --- diff --git a/docs/job-groups.rst b/docs/job-groups.rst index d9ce2ffc..75851c3a 100644 --- a/docs/job-groups.rst +++ b/docs/job-groups.rst @@ -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.