Are you talking about archiving the artifacts as a post build action? How do I retrieve the published artifact from the previous job. Do I have to code this myself, is there a check box? Basically I'm looking to save information about the job as a series of name/value pairs so a subsequent run can read those values process accordingly.
Thanks, Eric ________________________________ From: David Aldrich <[email protected]> To: "[email protected]" <[email protected]> Sent: Monday, April 22, 2013 11:16 AM Subject: RE: Can a Jenkins job save/retrieve job information from previous run Yes, I suggest you use build artifacts. David From:[email protected] [mailto:[email protected]] On Behalf Of Eric Wood Sent: 22 April 2013 16:15 To: [email protected] Subject: Can a Jenkins job save/retrieve job information from previous run Is it possible for a jenkins job/project to save information that was gathered during it's execution so this information can be retrieved and processed on a subsequent execution? Click here to report this email as spam. -- 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. -- 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. -- 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.
