Re: Help with artifacts archiving

2012-07-29 Thread Mauro Molinari
Hi Sami, hi Anthony, what I need to do is actually what Sami says. I do not want to always archive the artifacts of all builds, since I don't have so much space. That instance of Jenkins is meant to be populated with dozen projects and it might be used to build "test" builds or to make "release"

Re: Help with artifacts archiving

2012-07-27 Thread طلال Anthony-Peter-Thomas رابعة
Hello, I have a similar process. Promotions can't archive the artifacts so what I did instead was create a second project… * First project runs. If successful, it creates an artifact of the distribution. * If promoted, it calls on the second project to perform the task. * Second project uses

Re: Help with artifacts archiving

2012-07-27 Thread Sami Tikka
I'm not sure it is even possible to archive artifacts in a build promotion action. The Promotion plugin probably just collects all actions into the list of promotion actions regardless if they make any sense or have been tested to work in the promotion context. The promotion does not have its ow

Help with artifacts archiving

2012-07-27 Thread Mauro Molinari
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/distributio