diff options
author | Dominik Stadler <centic@apache.org> | 2021-05-23 19:15:29 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-05-23 19:15:29 +0000 |
commit | 2d16d671d691715aec21f02eaff643e633b167de (patch) | |
tree | 713c63a9e8d1f6c4f76f0a0725b64a81e57c15dd /jenkins | |
parent | 299fe387194aab4eef7d7760b9259df5d7f86abe (diff) | |
download | poi-2d16d671d691715aec21f02eaff643e633b167de.tar.gz poi-2d16d671d691715aec21f02eaff643e633b167de.zip |
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
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index e1559e9370..60b86aaea0 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -190,7 +190,7 @@ 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 +svn revert poi*/src/*/java9/module-info.* || true # print out information about which exact version of java we are using echo Java-Home: $JAVA_HOME @@ -225,7 +225,7 @@ def shellCmdsWin = :: 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 +svn revert poi*\\src\\*\\java9\\module-info.* :: print out information about which exact version of java we are using echo Java-Home: %JAVA_HOME% |