typesafehub / ghpullrequest-validator

A simple utility to run pull requests against jenkins jobs. Uses Akka.
30 stars 9 forks source link

Per-branch job validation #36

Open dragos opened 11 years ago

dragos commented 11 years ago

It'd be great to be able to configure the jobs that need to be run per branch. This is very useful for projects that support multiple Scala versions. For example, in the IDE we have:

Each Scala version has its own Jenkins job.

While a Jenkins job can check the mergebranch and "do nothing", it's not working well with some Jenkins plugins. For example, the JUnit results collector fails the build if there are no (new) test results.

dragos commented 11 years ago

For example, one "failed" job that should be a success: https://jenkins.scala-ide.org:8496/jenkins/job/pr-validator-master-trunk/677/console