mirror of https://github.com/apache/poi.git
Jenkins-DSL: Print out the exact version of java in the pre-steps
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1803357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a0d34dc43
commit
73d041eb7c
|
@ -165,8 +165,10 @@ for more details about the DSL.</b>
|
|||
def shellcmds = '# show which files are currently modified in the working copy\n' +
|
||||
'svn status\n' +
|
||||
'\n' +
|
||||
'# print out information about which exact version of java we are using\n' +
|
||||
'echo Java-Home: $JAVA_HOME\n' +
|
||||
'ls -al $JAVA_HOME/\n' +
|
||||
'$JAVA_HOME/bin/java -version\n' +
|
||||
'\n' +
|
||||
(poijob.shell ?: '') + '\n' +
|
||||
'# ignore any error message\n' +
|
||||
|
|
Loading…
Reference in New Issue