Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Verification builds on all proposed changes

With the help from Robert Sandell (author of gerrit-trigger hudson plugin [1]) 
and webmaster we succeeded to configure hudson to now run verification
builds on all proposed changes for jgit. Hudson will vote in category 
"Verify" on all changes (-1 if build or tests fail, +1 if build and tests succeed).
See [2] for an example where this worked the first time.

At the moment it still puts wrong links into the gerrit comments which point to
the productive hudson but these jobs run on sandbox hudson as the gerrit-trigger
plugin didn't yet get certified by the webmasters to be stable enough for prime time.

So until this is fixed and you see a link in gerrit comment like 
https://hudson.eclipse.org/hudson/job/jgit.gerrit/17/
translate that to
https://hudson.eclipse.org/sandbox/job/jgit.gerrit/17/ 

This problem is tracked in [3]. Let me know if you experience any problems
with this build job.

If this proves to work well I will configure a similar job for egit.

[1] http://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger
[2] http://egit.eclipse.org/r/#change,2632
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=332945

--
Matthias

Back to the top