--
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 go-cd+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/464f6d6b-8f40-4c34-9e8c-dffc7129cc75%40googlegroups.com.
> Hey, are you running on windows or linux agent?Hey, It's Linux (Ubuntu 18.04 server) agent
On Mon, Sep 30, 2019 at 5:02 AM Manuel Ortiz <jmanue...@gmail.com> wrote:
Hey, are you running on windows or linux agent?--
El domingo, 29 de septiembre de 2019, 6:10:27 (UTC-6), Maxim Shaev escribió:Hi guys, Is it possible to define a custom environment variable based on standard?e.g.```<environmentvariables><variable name="APP_VERSION"><value>${GO_PIPELINE_LABEL}</value></variable>```That doesn't work as expected. The results:```GO_PIPELINE_LABEL=dev-107APP_VERSION=${GO_PIPELINE_LABEL}```If no, what's the best way to define that variable?
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 go...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/go-cd/464f6d6b-8f40-4c34-9e8c-dffc7129cc75%40googlegroups.com.
Could you not reference the existing variable instead of creating a custom variable that contains the same data?