Category: Jenkins, gitlab

by My earlier post on Jenkins Pipeline Groovy script - Part 1 , discusses about how to create Gitlab group using Jenkins Pipeline Groovy script.

To add user to Gitlab group, Gitlab Project members Restful APIs are consumed in this tutorial.

The limitation of adding user automatically to Gitlab group using Jenkins Pipeline Groovy script by consuming Gitlab Member Restful APIs is, that the team-member should have access to Gitlab URL instance. Team member who is not having access to the Gitlab instance can not be added to the Gitlab group.

Related Articles