aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jenkins/create_jobs.groovy6
1 files changed, 4 insertions, 2 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index a3bf7b1936..ea1d541ab0 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -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' {}