1

Is there a way to list all the version uploaded in Nexus repositories. I am working with Jenkins, and trying to show the versions uploaded in Nexus repositories.

EDIT:

I am not using MAVEN releases, i have the compresses files as zip. The format we have is ,

ABCD releases
 com.abc.abcd
   appname
    v1.0.0
      app_v1.0.0.zip

How do i use Repository connector /Artifact resolver to configure to list all the releases under ABCD releases.

useranon
  • 29,318
  • 31
  • 98
  • 146

1 Answers1

0

yes with jenkins nexus plugin you can make a parametrized job to display a specific version before the job start. more detail look at this page

https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin

Inforedaster
  • 1,260
  • 1
  • 23
  • 39
  • 1
    I have the compressed package in the format of zip file which is not a maven code in NEXUS. How can I configure in Repository Connector plugin to list the nexus packages list – useranon Nov 29 '16 at 16:51
  • @useranon have you found a solution? – QGA Apr 06 '17 at 16:22