mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
This commit is contained in:
parent
e52be55f45
commit
a4b22fa4d3
@ -175,7 +175,10 @@ def sonarDesc = '''
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
def shellCmdsUnix =
|
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
|
svn status || true
|
||||||
|
|
||||||
# print out information about which exact version of java we are using
|
# print out information about which exact version of java we are using
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user