warren830 commented on code in PR #421:
URL: 
https://github.com/apache/incubator-devlake-website/pull/421#discussion_r1096532344


##########
docs/DataModels/DevLakeDomainLayerSchema.md:
##########
@@ -435,6 +435,20 @@ Events of pull requests.
 
 ### Domain 4 - CI/CD(WIP)
 
+#### cicd_scopes
+
+Information about Jenkins Job, GitHub Action or Gitlab CI. 
+
+| **field**      | **type** | **length** | **description**                     
                                                                                
                                                                                
           | **key**        |
+| :------------- | :------- | :--------- 
|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
 :------------- |
+| `id`           | varchar  | 255        | A cicd_scope's `id` is composed of 
"< plugin >:< Entity >:< PK0 >[:PK1]..."<br/>For example, a Github cicd_scope's 
id is like "< github >:< GithubRepos >< GithubRepoId >". Eg. 
'github:GithubRepos:384111310' | PK             |
+| `name`         | varchar  | 255        | The name of cicd_scope.             
                                                                                
                                                                                
           |                |
+| `description`  | varchar  | 255        | The description of cicd_scope.      
                                                                                
                                                                                
           |                |
+| `url`          | varchar  | 255        | The url of cicd_scope. Eg. 
https://github.com/apache/incubator-devlake or 
https://jenkins.xxx.cn/view/PROD/job/OPS_releasev2/                             
                                                     |                |
+| `created_date` | datetime | 3          | cicd_scope creation date            
                                                                                
                                                                                
           |                |
+| `updated_date` | datetime | 3          | Last full update was done for this 
cicd_scope                                                                      
                                                                                
            |                |

Review Comment:
   `Date of the last data collection for this cicd_scope` is better, hh



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