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-107
APP_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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/go-cd/7e1f4e75-2c08-45aa-a2f1-3be4615a8704%40googlegroups.com.