summaryrefslogtreecommitdiffstats
path: root/jenkins
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/create_jobs.groovy2
1 files changed, 2 insertions, 0 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy
index c1b5412153..85b119f1b7 100644
--- a/jenkins/create_jobs.groovy
+++ b/jenkins/create_jobs.groovy
@@ -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' +