cs-grrolim opened a new issue, #8291: URL: https://github.com/apache/incubator-devlake/issues/8291
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> ## Question I am configuring my Azure Devops pipeline and noted that even when the deployment to production stage is skipped during a pipeline execution, the result is saved as "Success" and the environment is marked as "Production". I have a single pipeline used for validation, deployment to testing environment and deploymento to production environment. I have attached the screen capture both from the DORA Validation Dashboard and my Azure DevOps pipeline execution, showing the skipped production deployment. Am I doing anything wrong or is this an issue? In the attached case, the whole pipeline was skipped due to a condition error My understanding is that the success is retrieved from the pipeline execution, i.e., it actually succeeded, but no deployment was made ## Screenshots DORA Validation Chart  Azure Devops Pipeline Execution  ## Additional context -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org