env var in post processor with regex #622
davidwallis
started this conversation in
General
Replies: 1 comment
-
Yes, they are not directly supported now, but you can use them as in #610 However, it might still not fit your use case. We are discussing how to improve this in #611 (ideas welcome!) Also, this feature needs some documentation updates, see #609 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
from what I can see the env vars don't work within replace command? (struggling to find examples)
currently I have:
but I'd like to use the env var BUILD_REPOSITORY_URI
The ability to do this would make this config portable across my repo's without needing to template, but not sure if I'm missing something obvious for doing this.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions