]> source.dussan.org Git - poi.git/commitdiff
Jenkins DSL: Make sure to revert module-info.class files
authorDominik Stadler <centic@apache.org>
Sat, 15 May 2021 07:20:46 +0000 (07:20 +0000)
committerDominik Stadler <centic@apache.org>
Sat, 15 May 2021 07:20:46 +0000 (07:20 +0000)
Otherwise CI-builds fail when they were modified by a previous build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889910 13f79535-47bb-0310-9956-ffa450edef68

jenkins/create_jobs.groovy

index 74f3ffc61816fab410cf0dcb7d484ec67d592ce1..10be977bb7ff226cf1f22ba5e7241b67076ad944 100644 (file)
@@ -181,6 +181,8 @@ rm -rf examples excelant integrationtest main ooxml ooxml-schema scratchpad buil
 
 # show which files are currently modified in the working copy
 svn status || true
+# make sure no changed module-class-files are lingering on
+svn revert poi*/src/*/java9/module-info.class || true
 
 # print out information about which exact version of java we are using
 echo Java-Home: $JAVA_HOME
@@ -214,6 +216,8 @@ def shellCmdsWin =
         '''@echo off
 :: show which files are currently modified in the working copy
 svn status
+:: make sure no changed module-class-files are lingering on
+svn revert poi*\\src\\*\\java9\\module-info.class
 
 :: print out information about which exact version of java we are using
 echo Java-Home: %JAVA_HOME%