github-release-resource icon indicating copy to clipboard operation
github-release-resource copied to clipboard

a resource for github releases

Results 36 github-release-resource issues
Sort by recently updated
recently updated
newest added

I recently ran into an issue where I am trying to run my pipeline through for the very first time, and because there is no release in github yet, a...

The moment that a release is created (non pre-release) then any other concourse pipeline that watches it can trigger - except that the release might not yet be finished. If...

We have the following snippet in our pipeline ``` yaml plan: - get: gpos_src passed: - gpos_centos5_release - get: bin_gpos_centos5_release passed: - gpos_centos5_release trigger: true - task: gpos_publish_tag file: gpos_src/concourse/publish_tag.yml...

While using this resource with the [BOSH](https://github.com/cloudfoundry/bosh) releases, old versions are getting discovered as latest. Where the `latest` release is `v263` the release being detected is `stable-3363.24`. After doing some...

We've had issues that the `get` of the resource caches an incorrect value for the assets. For example: ``` $ echo '{"source":{"user":"pivotal-cf-experimental","repository":"concourse-windows-worker-release"}, "version": {"tag":"3.3.3"}}' | /opt/resource/in /tmp $ cat /tmp/resource.tgz...

Error: `error running command: POST https://uploads.github.com/repos/pivotal-cf/concourse-olm/releases/6990340/assets?name=olm-0.26.0.tar.gz: 413 []` Seems to fail with Request entity too large code. But when uploading the file manually through github.com UI it seems to publish...