From 342aca0345649f6664c7743fa480d38f602adf07 Mon Sep 17 00:00:00 2001 From: Anton Smorodskyi Date: Wed, 27 Aug 2025 18:50:02 +0200 Subject: [PATCH] Make description of _GROUP_ID more obvious --- docs/UsersGuide.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/UsersGuide.asciidoc b/docs/UsersGuide.asciidoc index f7b3fd49c9f..d84d7b321c6 100644 --- a/docs/UsersGuide.asciidoc +++ b/docs/UsersGuide.asciidoc @@ -1136,10 +1136,10 @@ _SKIP_CHAINED_DEPS:: Do not schedule parent test suites which are specified in ` _INCLUDE_CHILDREN:: Include children that would otherwise not be considered when filtering test suites via the `TEST` parameter. -_GROUP:: Job templates *not* matching the given group name are ignored. Does *not* - affect obsoletion behavior. +_GROUP:: Limiting lookup for job templates only to group with matching name. + Does *not* affect obsoletion behavior. -_GROUP_ID:: Same as `_GROUP` but allows to specify the group directly by ID. +_GROUP_ID:: Limiting lookup for job templates only to group with matching ID. _PRIORITY:: Sets the priority value for the new jobs (which otherwise defaults to the priority of the job template)