I am archiving artifacts at the end of each build. I have https://wiki.jenkins-ci.org/display/JENKINS/Archived+Artifact+Url+Viewer+PlugIn installed. Thought the plugin says artifacts can be viewed here
"/archivedArtifacts/artifact/job_name/build_number/relative location of zip or jarfile within artifact folder/location of file within archive Ex:
http://jenkins_url/archivedArtifacts/artifact/Build%20-%20Dev/10526/junit-logs.zip/junit.log"
I am unable to see artifacts using this URL
http://localhost:8080/archivedArtifacts/artifact/TestFirstJob/32/target/MavenTest-0.0.1-SNAPSHOT.jar
I do not have any "artifact" folder. I do have archive folder in the inside each build number.
I can see artifacts of the last build on the respective job homepage.
Any help to view artifacts using this URL is appreciated. Also, Is there a way I can view all of the artifacts build so far at one place.