Jenkins: Use Archived Artifact in Promoted Build
问题 I've archived an artifact as the last step of the build and it's available as something like this: https://xxx.ci.cloudbees.com/job/xxx/52/artifact/target/xxx-1.2.1-SNAPSHOT-r8304-20130807-1507-app.zip How can I easily access the artifact in my promotion process? Please note that I need to access the specific build, not the latest successful one. The goal of the promotion process is to copy the artifact to S3 from where our deployment job will further process it. So I might promote build #52