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'm using the tool built from 085ab00
apologies I don't have too much more details than this --
$ gocd configrepo --yaml fetch Downloading https://github.com/tomzo/gocd-yaml-config-plugin/releases/download/0.14.1/yaml-config-plugin-0.14.1.jar Fetched 212 B/212 B (100.0%) complete $ echo $? 0
the 212B response is an error from github
I think it's because the status code is not checked here?
gocd-cli/utils/http.go
Line 30 in 55cf87f
later invocations will fail with something like:
Could not find plugin "yaml.config.plugin" in your plugin path. Attempting to download plugin "yaml.config.plugin"... zip: not a valid zip file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using the tool built from 085ab00
apologies I don't have too much more details than this --
the 212B response is an error from github
I think it's because the status code is not checked here?
gocd-cli/utils/http.go
Line 30 in 55cf87f
later invocations will fail with something like:
The text was updated successfully, but these errors were encountered: