" If the path is somehow autogenerated, the builder could return a value to be passed later to the recorder." Do you mean that the pipeline step should return result Into the pipeline code? And than pass as a parameter for the recorder ? Or should somehow save it in the build .
The recorder needs to be separated since it needs to record several different builders and it might nit be needed at a6 On יום ד׳, 19 באוק׳ 2016 at 22:33 Jesse Glick <[email protected]> wrote: > On Wed, Oct 19, 2016 at 3:45 AM, <[email protected]> wrote: > > in > > recorders, I do think that we should be able to look upon the steps so > far > > so we can record their results more easily by getting the correct paths > and > > data > > If the paths were passed as configuration to the “builder”, then you > just pass the same argument to the “recorder”. (Pipeline makes no > distinction between types of build steps: you run what you want, when > you want.) If the path is somehow autogenerated, the builder could > return a value to be passed later to the recorder. Of course if there > is no particular reason for the two functions to be separated in time > then they can simply be packed into a single step. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/KTvwke0Maqw/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3aLiA7Bh16J5zA6oWySf20k_FM8DqvfVy4Dfeho_cYgQ%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAEppJDJh8BwbAbAD_k70TQ-LBrBhW-CJXigCA%2BWQ9iH_8j%3D21g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
