Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Pipelines & Environments

Georg Duemlein December 9, 2024

I deployed a sample Dynamic Pipeline into development and staging.

How can I distinguish between these two in the dropdown where I select the dynamic pipeline? They both have the same name.

 

2 answers

1 accepted

0 votes
Answer accepted
Syahrul
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 11, 2024

G'day, @Georg Duemlein 

I believe there's a known bug where if you deploy Dynamic Pipelines providers with identical names, the Dynamic Pipelines selector settings show identical provider names that are currently tracked at:

https://jira.atlassian.com/browse/BCLOUD-23383

The workaround is to change the Dynamic Pipelines provider name for now so you can distinguish between them.

I hope this helps

Regards,
Syahrul

0 votes
Radu Cristescu April 22, 2025

In short, the name shown in the Bitbucket repository dropdown is the one that was set in the manifest when the last time `forge deploy` was run for the corresponding environment. Change the name in the manifest, deploy, and the name updates in all installations.

In a CI pipeline, you'd basically run `sed` to do an in-place replacement before you deploy. e.g.

sed -Ei "s/ENVIRONMENT/$BITBUCKET_DEPLOYMENT_ENVIRONMENT/g" manifest.yml

where ENVIRONMENT is a placeholder word that you strategically place in the modules:/bitbucket:dynamicPipelinesProvider:/[]/name: field.

Suggest an answer

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

Atlassian Community Events