I am a new user of jenkins - having migrated from hudson two days back. In 
hudson, I could use the url like

http://server/hudson/job/build/lastSuccessfulBuild/artifact/project/target/project.jar
 


to download entries for last successful build. We have bunch of scripts 
that use wget to download the files from last successful build. With 
jenkins, build artifacts shows with the version number, even though final 
name in maven build is set to something else. I did check the workspace and 
the files I am looking for does exist, however web front end does not 
expose it.

What will be the best way to download files?

Reply via email to