Is there any way to have default variables (E.g. BITBUCKET_BRANCH) inside services or have branch specific variables inside those containers?
Even a way to forward environment variables inside "services" could help.
I need one of my services to do choices based on the current branch.
Thanks
Hello Alessandro,
Currently service environment variables have to use literal strings. We have a page with the current limitations with service containers.
A work around would be to use Docker to manually spin up your service containers as part of your pipeline. Then you can explicitly set the environment variables with the ones available in your build container.
Thanks,
Phil
Thank you Philip!
That is, in fact, how I solved the problem.
Have a great day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.