Skip to content
New issue

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

get a snapshot results in pinned version not available #17

Open
cah-james-shingler opened this issue Nov 3, 2017 · 0 comments
Open

Comments

@cah-james-shingler
Copy link

pinned version {"version":"1.6.0-SNAPSHOT"} is not available

Running Concourse 3.6.0 on OSX

It appears that the issue with check around line 82. The repo has multiple classifiers(Javadoc, source, and the actual binary).

pipeline to reproduce the problem

resource_types:
- name: maven-resource
  type: docker-image
  source:
    repository: pivotalpa/maven-resource
    tag: latest

resources:
- name: springsnapshot
  type: maven-resource
  source:
    url: https://repo.spring.io/release/
    snapshot_url: https://repo.spring.io/snapshot/
    artifact: com.rabbitmq.jms:rabbitmq-jms:jar

jobs:
  - name: promote-spring
    plan:
    - get: springsnapshot
      version: { version: '1.6.0-SNAPSHOT' }
@cah-james-shingler cah-james-shingler changed the title git a snapshot results in pinned version not available get a snapshot results in pinned version not available Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant