Browse Source

clean ooxml-lib jars before build, because the typeloader class has been moved via #62355

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1832414 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_0_FINAL
Andreas Beeker 6 years ago
parent
commit
c9924177d1
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      jenkins/create_jobs.groovy

+ 4
- 2
jenkins/create_jobs.groovy View File

@@ -205,12 +205,14 @@ poijobs.each { poijob ->
}
}
wrappers {
/* Plugin seems to be missing: Warning: (create_jobs.groovy, line 202) version 1.13 or later of plugin 'build-timeout' needs to be installed
timeout {
absolute(180)
abortBuild()
writeDescription('Build was aborted due to timeout')
}*/
}
preBuildCleanup {
includePattern('**/ooxml-lib/ooxml*.jar')
}
if(poijob.sonar) {
configure { project ->
project / buildWrappers << 'hudson.plugins.sonar.SonarBuildWrapper' {}

Loading…
Cancel
Save