estefaniasuasti commented on issue #7005: URL: https://github.com/apache/incubator-devlake/issues/7005#issuecomment-1979064538
Good morning @d4x1, Just to clarify, I am not having an issue with the regex expression for the branch " (?i)(^(nso/frankfurt)$)", it is working fine, however I am facing an issue with the regex expression for the job "(?i)(fra-prod-deploy)", because it likes DevLake ignores if it is "success". I checked the parameters that you mention: 1. "environment" field in "cicd_deployments", it is "Production" and I think it is correct because it is happening in the Production branch. <img width="1713" alt="image" src="https://github.com/apache/incubator-devlake/assets/39221859/e51faeaf-fb23-4e42-9f4e-f7a81bb8e780"> 3. " type" field in "cicd_pipelines" should be "DEPLOYMENT" , it is "Deployment" but the result is "Success" which is not correct. Because the deployment job was never successfully executed. <img width="1707" alt="image" src="https://github.com/apache/incubator-devlake/assets/39221859/b28a60e1-6d94-4927-8492-41f39442ce07"> Additional information: we are using that regex expression for the branch because under the same repo we have another branch call "nso/frankfurt-dev". -- 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]
