I updated repository variable values. But it's not updated when pipe is run still getting old variable value in my pipe line.
Hi @okkarko
If you have updated the variable in your settings, this should not be happening.
Can you print the value of the variable using the echo command (if unsecured) in a new build or pass it through as an artifact to verify this behaviour?
pipelines:
default:
- step:
name: Export Secret Variable
script:
- echo "$MY_SECURED_VARIABLE" > secret.txt
artifacts:
- secret.txt
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.