From a51e8120c393526255284ff72e838d4cf521d6d4 Mon Sep 17 00:00:00 2001 From: Giuliano Aiello <82768767+FueledBy-Pizza@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:27:24 +0100 Subject: [PATCH] fix creating GitLab Group (#389) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd8209ea..1ab15f2f 100644 --- a/README.md +++ b/README.md @@ -411,9 +411,13 @@ To create a `GitLab Group Job`: 1. Select `New Item` on Jenkins home page. -2. Enter a name for your job, select `GitLab Group` | select `Ok`. +2. Enter a name for your job. -3. Now you need to configure your jobs. +3. Select `Organization Folder` as the job type and press the `Ok` button. + +4. In `Configuration`, under `Projects`, select `GitLab Group` as the `Repository Sources`. + +5. Now you need to configure your jobs. i. Select `Server` configured in the initial server setup.