On Tue, Jun 28, 2016 at 11:38 AM, Salomé L. <[email protected]> wrote:
> I have a task that detects parameters which will be used later in other > tasks. Now I am using a text file containing the parameters that all the > other tasks read. > I get that the tasks are to be independent from each other but I would > like the first task to be able to pass the parameters to the others. Is it > possible ? Or what way would be better to do this ? > As you said, tasks are supposed to be independent. Having a file is the usual way. You might be interested in the script executor plugin <https://github.com/gocd-contrib/script-executor-task> (third party plugin). -- You received this message because you are subscribed to the Google Groups "go-cd" 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.
