microsoft / coe-starter-kit

Other
747 stars 220 forks source link

[ALM Accelerator - BUG]: Save Solution not creating Prod Pipeline #6279

Closed Aditi3981 closed 1 year ago

Aditi3981 commented 1 year ago

Describe the issue

The ALM is unable to create the prod pipeline in the folder after saving the Solution in ALM Accelerator app. It creates validation and Test pipeline correctly but does not create Prod. Also, it is adding 'coe-starterkit-azdo' label in front of the solution name.
image

Expected Behavior

It should create the Validation, Test and Prod pipelines in the Folder with Solution Name correctly. image

What component are you experiencing the issue with?

ALM Accelerator Canvas App

What solution version are you using?

1.0.20230629.1

Steps To Reproduce

  1. Create yaml files in main branch in the Solution Name Folder
  2. Create a Branch with the Solution Name
  3. Click on Save Solution in ALM
  4. Should create 3 pipelines (Dev, Test and Prod) in the Solution name folder

Anything else?

No response

AB#1032

mikefactorial commented 1 year ago

@Aditi3981 thanks for reporting this. We have noticed recently that errors in the process of creating deployment pipelines are being swallowed and not causing failures in the pipelines. In the short term would recommend searching the Update Deployment Settings log for an error that was logged but didn't fail the pipeline. We have plans to expose these errors more readily going forward. Feel free to report back with any error you find in the Update Deployment Settings step of the export pipeline if you need assistance in troubleshooting. The addition of the repository name is expected and based on feedback related to the same solution existing in multiple repositories in the same project. We're prefixing the repo name now so that they are distinct based on the repo in which the solution is committed.

RajeevPentyala commented 1 year ago

@Aditi3981 To troubleshoot the issue, could you share the 'Update Deployment Settings' task logs by following below steps.

If you can't share the log here, please mail to rajeevpe(at)microsoft(dot)com

mikefactorial commented 1 year ago

Closing this out for now since there's been no response.

Aditi3981 commented 1 year ago

Hello Mike,

We were able to create the pipelines successfully. Thank you for your reply.