Hello, I'm quite new to Jenkins and I need some help with archiving artifacts. I have my project and I can build it correctly. Then, in the project configuration I set:
Promote builds when... Only when manually approved Actions: 1) archive the artifacts; files to archive: master/build/distributions/* 2) keep build forever The first problem I see is that I can't promote a build which was done before I enabled the "Promote builds when..." check box: there's no "Promotion status" link for it. Anyway, that link appears for builds made after the option was enabled, but even if the promotion seems to go successfully, I can't understand where the archived artifacts are put and/or how I may be able to access them. In fact, I don't see any new link in the build page, nor in the project page. I just see that my promoted build is marked to be kept forever. Thanks in advance for any help, Mauro.