Check the main(String… args) method of the Jbang script ExternalStatusChecks.java and modify it.
The script is configured with a file gitlab-config.properties next to the script:
GITLAB_URL=https://gitlab.com
GITLAB_AUTH_VALUE=glpat-********************
GITLAB_PROJECT=121234
GITLAB_MR=6-
GITLAB_URLthe gitlab ultimate URL -
GITLAB_AUTH_VALUEthe access token -
GITLAB_PROJECTpath or id of the project -
GITLAB_MRmerge request iid in htat project
This is using PR gitlab4j/gitlab4j-api#920 of the gitlab4j project.
