Jenkins: 2.426.2
OS: Linux - 4.14.330-250.540.amzn2.x86_64
Java: 17.0.9 - Eclipse Adoptium (OpenJDK 64-Bit Server VM)
We create our staging and production branches dynamically on a weekly basis and I have a Jenkins pipeline that stores them in Jenkins system variables that other pipelines can then read.
Is there a way to also store these as workspace variables in our Bitbucket Cloud instance? For example, I want to have STAGING_BRANCH and PRODUCTION_BRANCH workspace variables setup, and when then update them weekly when we create the corresponding branches. Thanks!