Hi,
I know it is possible to access Bitbucket pipeline variables inside python using the os.getenv() method, but I was wondering if it is also possible to do this in the opposite way.
For example set a new variable by python using either os.putenv() or os.environ() and then access it through the pipeline for further automation?
Kr,
Yorick