d4x1 commented on issue #7005: URL: https://github.com/apache/incubator-devlake/issues/7005#issuecomment-1980088632
1. >Is DevLake correctly capturing the status of the pipeline? In our case "Warning" Pipeline's status is from `_raw_gitlab_api_pipeline_details.data`, there is a `status` field in it, you can check it. In [GitLab API](https://docs.gitlab.com/ee/api/pipelines.html#list-project-pipelines), there is no`warning` status.  I want to know it's value in API response too. 2. > Should we consider Pipeline status or job status to determine a "Success" deployment? Of course, only success or failed pipelines or jobs can be regarded as deployments. The key field is `result` in `cicd_pipelines` and `cicd_tasks`. I also want to know the value of `cicd_pipelines. environment` and `cicd_tasks.environment` (with `pipeline_id` = {your pipeline id}). Thank you. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
