dosubot[bot] commented on issue #8291:
URL: 
https://github.com/apache/incubator-devlake/issues/8291#issuecomment-2654783758

   <!-- Greeting -->
   Hey @cs-grrolim! I'm here to help you with your Azure DevOps pipeline issue. 
I can assist with bugs, questions, and contributions. Let's figure this out 
together!
   
   <!-- Answer -->
   In the context of the Azure DevOps plugin for Apache DevLake, a skipped 
deployment can still be marked as "Success" in the DORA Validation Dashboard if 
the result is set to `devops.CICDResult.RESULT_DEFAULT` for skipped stages. 
This means that skipped stages are not calculated in the DORA metrics, which 
might lead to them being interpreted as successful if not explicitly handled 
otherwise 
<sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/python/plugins/azuredevops/azuredevops/streams/jobs.py)</sup>.
   
   To address this, you may need to review the configuration of your Azure 
DevOps plugin and ensure that skipped stages are correctly reported. The 
`RegexEnricher` can be used to match specific patterns for deployments and 
production environments, which might help in correctly identifying and 
reporting the status of your deployments 
<sup>[[2]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/azuredevops_go/impl/impl.go)</sup>.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=other)
 | [Bug 
Report](https://app.dosu.dev/response-feedback/7d553156-bb3b-44da-9b86-ee1794db70e2?feedback_type=bug_report)</sup>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to