hezyin opened a new issue, #4313:
URL: https://github.com/apache/incubator-devlake/issues/4313

   ## Documentation Scope
   
   This issue is concerned with the Config-UI docs on GitHub and Jenkins:
   
   * https://devlake.apache.org/docs/next/UserManuals/ConfigUI/GitHub/#cicd
   * 
https://devlake.apache.org/docs/next/UserManuals/ConfigUI/Jenkins/#step-3---adding-transformation-rules-optional
   
   ## Describe the Change
   
   For both GitHub and Jenkins, we ask users to provide a deployment regex as a 
filter. However, users are often confused about what GitHub/Jenkins entities 
are filtered by that deployment regex. Let's further clarify that in our doc 
and provide some screenshot examples to help users find the right names.
   
   1. GitHub: A GitHub workflow has many stages. Each GitHub workflow execution 
is converted to a cicd_pipeline in the domain layer and each GitHub workflow 
stage execution is converted to a cicd_task in the domain layer. 
   2. Jenkins: Jenkins is a bit more complicated. There're two cases. If a 
Jenkins job has no stage, it's converted to both a cicd_task and a 
cicd_pipeline, both have the same name as the Jenkins job. If a Jenkins job has 
stages, it's converted to a cicd_pipeline and its stages are converted to 
cicd_tasks in the domain layer.
   
   The deployment regex is always applied to the records in the cicd_tasks 
table.
   
   
   


-- 
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]

Reply via email to