Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-23206

ARTIFACT_URL is not correctly resolved for SNAPSHOT artifacts

XMLWordPrintable

      If I specify an artifact that is located in a SNAPSHOT repository, I get back a URL that is in the form:
      http://<repoAddress>/some/group/id/some.artifact.id/1.0.0-SNAPSHOT/some.artifact.id-1.0.0-SNAPSHOT-<classifier>.<ext>

      However SNAPSHOT artifacts are stored in the version folder using timestamps.
      So the actual URL should look something like the following:
      http://<repoAddress>/some/group/id/some.artifact.id/1.0.0-SNAPSHOT/some.artifact.id-1.0.0-<timestamp>-<artifactCount>-<classifier>.<ext>

            poussma Mathieu POUSSE
            mdobrindt Michael Dobrindt
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: