Ginga, Dick (2013-09-25 14:57):
Is there a build step available that can mark the current build as Keep Forever? I have a core build job and when it builds a "Release" build based on a parameter, I want that one to stay forever.
You could make it a spearate job and run that separate job with parameters: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin And/or you could copy artifacts: https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin Regards, Nux. -- 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/groups/opt_out.
