summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-04-26 15:12:15 +0000
committerDominik Stadler <centic@apache.org>2021-04-26 15:12:15 +0000
commita4b22fa4d3c18d61d66af2583841200655dd87c6 (patch)
tree09340b83a115b37474be6bbb0c146c316a50a836 /jenkins
parente52be55f45bd57fd54763b6103ac0a7127009f95 (diff)
downloadpoi-a4b22fa4d3c18d61d66af2583841200655dd87c6.tar.gz
poi-a4b22fa4d3c18d61d66af2583841200655dd87c6.zip
Jenkins DSL: Remove some outdated directories/files
Otherwise we run into strange CI failures if some duplicated classes are found in some of the steps git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889201 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy5
1 files changed, 4 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index 9438f91c5e..fa8fb56de0 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -175,7 +175,10 @@ def sonarDesc = '''
'''
def shellCmdsUnix =
- '''# show which files are currently modified in the working copy
+ '''# remove some outdated directories that should not be there any more
+rm -rf examples excelant integrationtest main ooxml ooxml-schema scratchpad build.javacheck.xml
+
+# show which files are currently modified in the working copy
svn status || true
# print out information about which exact version of java we are using