If I understand the code correctly, it expectes the project id to be part of the returned json data from gitlab. But this is not the case.
Instead, the project id is already part of the request.
Currently the merge request builder for jenkins fails because of it. It tries to get the merge request nodes, but tries to get them with an URL without a proper project id.
If I understand the code correctly, it expectes the project id to be part of the returned json data from gitlab. But this is not the case.
Instead, the project id is already part of the request.
Currently the merge request builder for jenkins fails because of it. It tries to get the merge request nodes, but tries to get them with an URL without a proper project id.