warren830 opened a new pull request, #4460: URL: https://github.com/apache/incubator-devlake/pull/4460
### Summary This pr added job and plan builds. There is a trick, job and plan builds have the same url but different path pattern, and almost the same structs but different type. Yes, we can process them together and convert them to cicd_pipelines and cicd_tasks according to type, but I think if we process them separately, it will be easier for us to debug or modify. ### Does this close any open issues? part of #3322 ### Screenshots <img width="1082" alt="image" src="https://user-images.githubusercontent.com/39366025/220117600-de1cf482-ab48-44d0-860e-833add188eb8.png"> <img width="1021" alt="image" src="https://user-images.githubusercontent.com/39366025/220117705-40fedc9a-7b8c-4701-a3e6-bf7c39948b4e.png"> ### Other Information Any other information that is important to this PR. -- 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]
