Browse Source

Jenkins DSL: Also revert module-info.java files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890140 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Dominik Stadler 3 years ago
parent
commit
2d16d671d6
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      jenkins/create_jobs.groovy

+ 2
- 2
jenkins/create_jobs.groovy View File

# show which files are currently modified in the working copy # show which files are currently modified in the working copy
svn status || true svn status || true
# make sure no changed module-class-files are lingering on # make sure no changed module-class-files are lingering on
svn revert poi*/src/*/java9/module-info.class || true
svn revert poi*/src/*/java9/module-info.* || 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
echo Java-Home: $JAVA_HOME echo Java-Home: $JAVA_HOME
:: show which files are currently modified in the working copy :: show which files are currently modified in the working copy
svn status svn status
:: make sure no changed module-class-files are lingering on :: make sure no changed module-class-files are lingering on
svn revert poi*\\src\\*\\java9\\module-info.class
svn revert poi*\\src\\*\\java9\\module-info.*


:: print out information about which exact version of java we are using :: print out information about which exact version of java we are using
echo Java-Home: %JAVA_HOME% echo Java-Home: %JAVA_HOME%

Loading…
Cancel
Save