I have an issue updating some projects Status in Gitlab via its API, I'm getting this body response:
Response body: {
"message" : {
"target_url" : [ "is too long (maximum is 255 characters)" ]
}
}
This update is done via a Jenkins plugin to update the status of each branch/commit.