]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Remove some outdated directories/files
authorDominik Stadler <centic@apache.org>
Mon, 26 Apr 2021 15:12:15 +0000 (15:12 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 26 Apr 2021 15:12:15 +0000 (15:12 +0000)
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

jenkins/create_jobs.groovy

index 9438f91c5e76cd19504bc93770c9761b87dabf83..fa8fb56de009fc13b65b9aac038638b8a4e8eeb1 100644 (file)
@@ -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