ashwanthkumar / gocd-build-github-pull-requests

GoCD plugin to build PRs for a Github repo
95 stars 72 forks source link

GitHub Enterprise not working #136

Open mkum9469 opened 5 years ago

mkum9469 commented 5 years ago

I tried setting the endpoint in ~/.github as endpoint=https://<my-enterprice-dns>/api/v3 but the plugin still checks the repo in api.github.com

Screenshot from 2019-07-30 17-04-50

By ~ I assumed this means the home of go user, which the GoCD Server runs. For me, it is /var/go thus the file path is at /var/go/.github

mkum9469 commented 5 years ago

@ashwanthkumar Any idea about this?

ashwanthkumar commented 5 years ago

Try skipping the check connection and setup the material. I'm traveling so I can't really check if it's the issue with the check connection code path.

mkum9469 commented 5 years ago

It worked! Thanks a lot, if you do a fix, I can help with testing.