Assuming all your build artifacts are archived in Jenkins, the easiest solution is probably another job that copies them over using Copy Artifact plugin to do some work. There's also a build selector parameter type you could use to determine which build of the original job to copy from.
On 21.03.2014, at 20:25, [email protected] wrote: > I have a variety of tasks that I need to perform occasionally on build > products. For example, I might need to re-provision one of our old iOS > builds with the latest profile to test upgrade scenarios or reproduce a bug. > I'd really like to be able to set up buttons in the build results view that > run shell scripts in that build's folder. > > Promotions would almost work for this if it weren't for the strange > restrictions they impose. For example, they are only allowed to run once and > only on builds that happen after the promotion was defined. > > Does something like this exist? I've done some searching but haven't found > anything that fits the bill. > > Thanks! > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
