Pārlūkot izejas kodu

Don't try to collect junit results for Maven when we only run Sonar-tasks and thus skip unit tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1816186 13f79535-47bb-0310-9956-ffa450edef68
pull/68/head
Dominik Stadler pirms 6 gadiem
vecāks
revīzija
7367d2f1a3
1 mainītis faili ar 5 papildinājumiem un 3 dzēšanām
  1. 5
    3
      jenkins/create_jobs.groovy

+ 5
- 3
jenkins/create_jobs.groovy Parādīt failu

@@ -250,9 +250,11 @@ poijobs.each { poijob ->
project / publishers << 'hudson.plugins.cigame.GamePublisher' {}
}
}
archiveJunit('sonar/*/target/surefire-reports/TEST-*.xml') {
testDataPublishers {
publishTestStabilityData()
if (!poijob.sonar) {
archiveJunit('sonar/*/target/surefire-reports/TEST-*.xml') {
testDataPublishers {
publishTestStabilityData()
}
}
}
mailer(email, false, false)

Notiek ielāde…
Atcelt
Saglabāt