We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
~/.github
endpoint=https://<my-enterprice-dns>/api/v3
api.github.com
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
~
go
/var/go
/var/go/.github
The text was updated successfully, but these errors were encountered:
@ashwanthkumar Any idea about this?
Sorry, something went wrong.
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.
It worked! Thanks a lot, if you do a fix, I can help with testing.
No branches or pull requests
I tried setting the endpoint in
~/.github
asendpoint=https://<my-enterprice-dns>/api/v3
but the plugin still checks the repo inapi.github.com
By
~
I assumed this means the home ofgo
user, which the GoCD Server runs. For me, it is/var/go
thus the file path is at/var/go/.github
The text was updated successfully, but these errors were encountered: