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

The additions of stages are toothless

Hi!

I just saw the additions of stages to pipelines. "Awesome!" I thought. Except that it's completely toothless. It's basically a step with extra steps.

One particular thing that I just encountered was this error:

"A step within the stage can't contain a condition. The condition must be defined on the stage."

This is quite frankly ridicoulous and completely disables a pretty non-advanced use case like this:

pipelines:
branches:
branch:
- stage:
deployment: staging
name: "Build and deploy"
steps:
- step:
name: "API"
condition:
changesets:
includePaths:
- "api/**"
script:
- [steps]
- step:
name: "Site"
condition:
changesets:
includePaths:
- "site/**"
script:
- [steps]

Why is that limitation even there? It can't be a technical reason since steps can have conditions if I decide to scrap the stages.

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 26, 2023

Hi Rasmus,

Stages allow you to have steps of the same deployment in a single pipeline (this is not possible without the use of stages) and share deployment variables over these steps. They also have certain limitations at the moment, and one of them is that they can't contain conditional steps:

We have a feature request for what you are asking:

Since you'd be interested in that feature, I would suggest adding your vote to that ticket (by selecting the Vote for this issue link) to express your interest. 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 features is done as per our policy here and any updates will be posted in the feature request.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events