I was wondering if there is a way to have a Build Status ticker on my GitHub Repository's readme file, if the JENKINS SERVER IS RUNNING ON A LOCAL MACHINE?
Asked
Active
Viewed 302 times
1
-
Sure. Copy the status to a public server/cdn. – osowskit May 15 '17 at 23:35
1 Answers
0
Since the JENKINS Embeddable+Build+Status+Plugin requires to have a public url, you can instead use only the GitHub plugin.
See "Show current state of Jenkins build on GitHub repo": since issue 19775, it should be able to use the GitHub API to directly set the build status.
-
Thanks for the help on this. Can you please explain this in more detail? I am new to all this! – Atif Ali May 16 '17 at 17:04