Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

It is possible to override a variables inside a pipeline YAML anchor?

Following the official documentation for YAML anchors: https://support.atlassian.com/bitbucket-cloud/docs/yaml-anchors/#Override-values, a question arises.

Since it is possible to make substitutions within a step, such as injecting a new name to the step. Is it possible to somehow inject a new value for a variable? Please see my example below to better explain my question.

definitions:
steps:
-step: &my-step
name: 'I want to replace this and I can'
script:
- export TO_BE_CHANGED='I want to replace this and I can not'

pipelines:
branches:
master:
-step:
<<: *my-step
name: 'Injecting new name'
$TO_BE_CHANGED = 'Injecting new value'

Is there any way to modify the value of the variable TO_BE_CHANGED?

 

Thank you

1 answer

0 votes
Justin Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 12, 2021

@Fernando Arteaga We don't currently support overriding variables. Have you considered using deployment environments to override variables?

I am working on the CI side for now, and I am not looking for automating the deployments yet.

Although I think it could be a super nice feature to override more things inside the definitions. It really could help to reduce the size of the bitbucket-pipelines.yml file and improve the code's reusability.

Thank you for the answer

Like # people like this

is it still no option to overriding variables inside anchor?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events