1 Job groups are a great tool to configure categories of jobs together at the
2 same time. Below the example are some starting point job-groups but we
3 recommend creating your own to ensure that the jobs configured reflect the
16 - gerrit-maven-release
18 - gerrit-maven-verify-dependencies:
28 In this example we are using the job-group to assign a list of common jobs to
29 the aaa project. The job-group also hardcodes ``mvn-version`` to *mvn35* and
30 ``build-timeout`` to *180* for all projects using this job-group.
32 A benefit of this method is for example disabling entire category of jobs by
33 modifying the job-group, insert ``disable-job: true`` parameter
34 against the jobs to disable.