forcedotcom / devops-center-feedback

61 stars 2 forks source link

Ability to create paralell releases /create multiple bundles. #233

Open sandeep1989 opened 1 year ago

sandeep1989 commented 1 year ago

Is your feature request related to a problem? Please describe. For large teams there is a requirement to work on paralell releases/enhancements/bugfixes

Describe the solution you'd like If there is an ability to create multiple bundles at a given junction, will allow the RM to promote the bundle along the pipeline.

GilsonCanario commented 1 year ago

Hi @sandeep1989, thank you for your feature request. Could you help us understand in more detail about the use case that you are trying to solve for? For example, could you describe what your pipeline's state looks like, and what you would like the DevOps Center to be able to do with that given state?

sandeep1989 commented 1 year ago

Scenario : As a large team, we do run multiple releases paralelly, that contains features and different timelines. Ex: dev team1 working on a release for changes requested by service team, dev team2 working on an integration for the sales team and working on different timelines.

Pipeline : Dev1/Dev2 -> SIT -> UAT -> PROD

Experian Devops  - Page 5

We want the changes being made to dev/dev2 to be incrementally merged to SIT, but when going to UAT we want to keep the releases seperate as sprints close. we want to keep dev1 bundle and dev2 bundle seperate so that these are individual releases not having any dependencies of unapproved releases.