Hello,
at first i want to say thanks for the last Bugfix in your 153 Release. Now it is possible for us to connect Nexus IQ and Gitlab.
I try to set up the configuration and created a token with API and WRITE_REPOISTORY rights in Gitlab:
Unfortainly, it seems not to work :
Over API:
{
"configurationComplete": {
"valid": true,
"message": null
},
"repoPrivate": {
"valid": true,
"message": null
},
"tokenPermissions": {
"valid": false,
"message": "The access token requires two scopes: 'api' (confirmed) and 'write_repository' (it can be manually checked in GitLab at: 'User Settings' > 'Access Tokens')."
},
"sshConfiguration": {
"valid": true,
"message": null
}
}
I run a gitlab pipeline in a merge request but it doesn´t create a comment. I think its because he think the token is not right.
Do you have any hints what i am doing wrong?
Greets Marcus