Missed Team ’24? Catch up on announcements here.

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

Pipeline with parallel test deployment followed by production deployment

mingchi
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 26, 2021

We have a parallel step for multiple test environments (namely, dev0, dev1, dev2...) and a single production environment:


-
parallel:
    - step:
        name: 'deploy to dev0'
        deployment: dev0
        trigger: manual
    - step:
        name: 'deploy to dev1'
        deployment: dev1
        trigger: manual
    ...
-step:
    name: 'deploy to product'
    deployment: product
    trigger: manual
    

With parallel steps for test environment, one can decide to deploy to either one of dev#.

However, to deploy to production environment, all parallel steps for test environment must be performed.

Is there any way to deploy to the production environment when at least one of the steps in the previous parallel step (for test environment) is performed?

1 answer

1 accepted

0 votes
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 28, 2021

Hi @mingchi,

I'm afraid that this is not possible, the whole parallel set must complete before the next step (or parallel set) can run.

We have a feature request for what you are asking:

The use case described in that feature request sounds exactly like yours. I would suggest adding your vote in that 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.

Please feel free to let me know if you have any questions.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events