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

Is it possible to define variables for one step?

Fabio B July 7, 2022

Hey, 

I need to build many pipelines which essentially do the same thing. Therefore, I basically wanna share the script between the files and then only change the vars. 

.myscript: &mayscript
script:
- do_something $CUSTOM_VAR


pipelines:
branches:
master:
- parallel:
- step:
variables:
- name: CUSTOM_VAR
default: VALUE_1
<<: *myscript
step:
variables:
- name: CUSTOM_VAR
default: VALUE_2
<<: *myscript

My current workaround is to define a deployment env and define the vars tehre and then give each step a deployment env. 

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 8, 2022

Hi @Fabio B and welcome to the community!

I'm afraid that this is not possible at the moment.

We have a feature request in our issue tracker that you can vote for and add yourself as a watcher if you'd like to get notified via email on updates:

In the meantime, if you want to use YAML anchors, the workaround is the one you are using already with deployment environments and variables.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events