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"
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
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
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