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

Will the new Stages feature allow defining Stages as a yaml anchors?

Drew Heasman December 21, 2022

I'm trying out Stages and it would be useful to define a stage once in a pipeline.

From searching I can't find out if this has been considered, is anyone able to shed any light on this?

2 answers

1 accepted

0 votes
Answer accepted
Drew Heasman January 23, 2023

This works already with a yaml anchor:

definitions:
  steps:
    - step: &just-a-step
        name: Do the thing
        script:
          - echo 'Doing the thing'
  stages:
    - stage: &my-awesome-stage
        name: My awesome stage
        steps:
          - step: *just-a-step

pipelines:
  branches:
    master:
      - stage: *my-awesome-stage
0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 28, 2022

Hi Drew,

I went ahead and created a feature request for this in our issue tracker:

I would suggest adding your vote to the feature request (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature request.

Kind regards,
Theodora

Drew Heasman January 23, 2023

Hi Theodora,

I tried this out and it works, so the ticket is not required

Suggest an answer

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

Atlassian Community Events