diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index 781b5a0ebc..02f0356a17 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -240,6 +240,8 @@ poijobs.each { poijob -> writeDescription('Build was aborted due to timeout') } preBuildCleanup { + /* remove xmlbeans while 4.0 is not stable */ + includePattern('**/lib/ooxml/xmlbeans*.jar') includePattern('**/lib/ooxml/ooxml*.jar') includePattern('sonar/*/target/**') }