Jenkins retains the build log and any artifacts that the build “archives”. It reuses the workspace each time you build. So each build must either archive artifacts to the Jenkins server or copy them away someplace.
From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, October 30, 2014 8:46 AM To: [email protected] Subject: Re: HowTo save the last successful build? Thanks for your answer. My problem is that I can only see the workspace with the built files of my current build (I can download them as zip). But where can I download former builds? Am Mittwoch, 29. Oktober 2014 09:51:07 UTC+1 schrieb [email protected]<mailto:[email protected]>: As far as I know, Jenkins always keeps the last successful build, even if you are using “discard old builds”. Are you observing something different? From: [email protected]<javascript:> [mailto:[email protected]<javascript:>] Sent: 29 October 2014 08:00 To: [email protected]<javascript:> Subject: HowTo save the last successful build? Hello, if a failed build follows follows on a successful build, the successful build isn´t available anymore. Is there any possibility to save the last successful build? Thanks! Monika -- 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]<javascript:>. 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]<mailto:[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.
