You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "abeizn (via GitHub)" <gi...@apache.org> on 2023/03/17 12:25:24 UTC

[GitHub] [incubator-devlake] abeizn commented on a diff in pull request #4700: feat: enhance timeFilter/diffSync support for jenkins build

abeizn commented on code in PR #4700:
URL: https://github.com/apache/incubator-devlake/pull/4700#discussion_r1140166914


##########
backend/plugins/jenkins/tasks/build_collector.go:
##########
@@ -43,10 +49,15 @@ type SimpleJob struct {
 	Path string
 }
 
+type SimpleJenkinsApiBuild struct {
+	Number    int64
+	Timestamp int64
+}

Review Comment:
   done



-- 
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-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org