likyh commented on code in PR #3838: URL: https://github.com/apache/incubator-devlake/pull/3838#discussion_r1037745208
########## plugins/jenkins/tasks/task_data.go: ########## @@ -27,16 +28,15 @@ import ( type JenkinsApiParams struct { ConnectionId uint64 - JobName string - JobPath string + FullName string } type JenkinsOptions struct { ConnectionId uint64 `json:"connectionId"` TransformationRuleId uint64 `json:"transformationRuleId"` - JobFullName string `json:"JobFullName"` - JobName string `json:"jobName"` - JobPath string `json:"jobPath"` + JobFullName string `json:"JobFullName"` // "path1/path2/job name" + JobName string `json:"jobName"` // "job name" + JobPath string `json:"jobPath"` // "job/path1/job/path2/job name" Review Comment: ok, that just a comment error -- 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: commits-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org