Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
d4371f1
)
Fix disable-job param typo in docs
32/14332/1
author
Anil Belur
<abelur@linuxfoundation.org>
Mon, 28 Jan 2019 08:56:20 +0000
(18:56 +1000)
committer
Anil 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
patch
|
blob
|
history
diff --git
a/docs/job-groups.rst
b/docs/job-groups.rst
index
d9ce2ff
..
75851c3
100644
(file)
--- 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-job
s
: true`` parameter
+modifying the job-group, insert ``disable-job: true`` parameter
against the jobs to disable.