Hi All,
i have setup process using GitHub pull request builder 
<https://wiki.jenkins-ci.org/display/JENKINS/GitHub+pull+request+builder+plugin>
 and Groovy Postbuild 
<https://wiki.jenkins-ci.org/display/JENKINS/Groovy+Postbuild+Plugin> plugins 
which reports difference in code coverage per PR. For each github 
repository I use two jenkins jobs: 
first for periodically calculating coverage for main branch (e.g. master) 
and saving it to a file on jenkins master box
second one is a regular PR builder enabled build that collects coverage of 
merged build, reads main branch coverage from file saved in build 1 and 
reports diff back to github using ghprb's comment file. Here're my 
questions:
1. what's the easiest way to make this reusable? does it make sense to 
write a plugin? If so, how does one make a plugin that needs 2 jobs?
2. Is there a better/easier way to achieve same goal?

Any comments/suggestions/references are appreciated.

Thank you.

~
Eugene

-- 
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 jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/6d1cb20c-79ad-40d2-817a-e0e57e1d3d1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to