> On 23. Jan 2018, at 00:54, Jae Gangemi <[email protected]> wrote: > > right - but how is the context that is required indicating the build was > successful set? > > oh wait...is that handled by some special internal magic by whatever plugin > is being used to do the builds vs having to call some step/publisher in the > Jenkinsfile itself to set the context?
That's built in to GitHub Branch Source Plugin. Docs here: https://go.cloudbees.com/docs/cloudbees-documentation/cje-user-guide/index.html#_github_pull_requests Look at any plugin repo that has a Jenkinsfile and you're going to see plenty of commit statuses, linking back to ci.jenkins.io. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/985D4CEB-71A5-437A-863D-567668C32401%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
