0

I am working on a POC, where I want to get Jenkins build details like build number, Test result status, build status of a particular number using Git Hub Commitsha number.

Can someone let me know if there is any GitHub API that can be use to fetch details from Jenkins with GitHub commit sha id.

Karthik P
  • 107
  • 2
  • 12
  • GitHub API to the best of my knowledge knows nothing about Jenkins. You can do that by storing the relevant information (sha + build number or link + test result) from each build. – MaratC Apr 06 '20 at 06:47
  • Is there any jenkins api where we can get build number and test result using commit sha id – Karthik P Apr 14 '20 at 00:57
  • There isn't. As mentioned, you can store this off Jenkins. – MaratC Apr 14 '20 at 08:24

0 Answers0