The execute message should have all the variables available for your task to consume as you see fit. https://developer.gocd.org/current/writing_go_plugins/task/version_1_0/execute.html if you are not receiving those, perhaps logging a bug may be your best option....
On Mon, Jul 24, 2017, 7:52 PM <[email protected]> wrote: > Hi, > I'd like to be able to extend the capability of Go's Authorisation by > invoking some XACML requests. > To make this as automated as possible, I don't want the use to enter > values into the task that has been defined as an environment variable for > the Pipeline. > > How do I use the GoApplicationAccessor to request the list of pipeline > environment variables, both defined by the user and the default ones > like GO_ENVIRONMENT_NAME? > > PP > > -- > 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. > -- 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.
