| I have come across the same issue. I am trying to access Git enterprise and the access token just won't go through. I have been debugging the issue and this is the command that returns that error. curl -v -u admin:admin -d '{"accessToken": mytoken"}' -H "Content-Type:application/json" -XPUT http://<address>/jenkins/blue/rest/organizations/jenkins/scm/github-enterprise/validate addition note 1: I have been using blueocean for a month now and worked just fine. The setup stopped working just 2-3 days ago. addition note 2: I have admin access for my git account so no access issue. |