On Tue, Sep 8, 2015 at 4:51 AM, Antonio Muñiz <[email protected]> wrote: > not sure what you mean, what external storage?
https://github.com/jenkinsci/timestamper-plugin/blob/409ae9298bf8c4252cabd0147aaea941c9a9a00f/src/main/java/hudson/plugins/timestamper/TimestamperBuildWrapper.java#L99 If you set a system property, or are using Workflow, the plugin just inserts some annotations into the log like you probably expected. Otherwise it uses a much more complicated scheme (added in 1.4) involving a subdirectory of the build directory with some control files, for reasons obscure to me. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3MCS5_R8Ty1uXzFbPVHaVTh5GGJfH6KgLsQ7SnfDCNyQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
