We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfe457 commit 9be3bf4Copy full SHA for 9be3bf4
gitlab/setup_jenkins_gitlab_integration.sh
@@ -80,7 +80,7 @@ add_bot_to_group() {
80
# TODO: read botname from pass?
81
bot_name="${SHORT_NAME}-bot"
82
group_name="${SHORT_NAME}"
83
- access_level=40 # 40 = Maintainer
+ access_level=50 # 50 = Owner
84
"${SCRIPT_FOLDER}/gitlab_admin.sh" "add_user_to_group" "${group_name}" "${bot_name}" "${access_level}"
85
}
86
0 commit comments