You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2020/07/26 19:21:15 UTC

[logging-pipelines] branch master updated: Specify JAVA_HOME on Windows, too

This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bf0dd7  Specify JAVA_HOME on Windows, too
3bf0dd7 is described below

commit 3bf0dd7aa612521be09bd5955e6b084b765ba72c
Author: Matt Sicker <bo...@gmail.com>
AuthorDate: Sun Jul 26 14:21:03 2020 -0500

    Specify JAVA_HOME on Windows, too
---
 log4j/Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/log4j/Jenkinsfile b/log4j/Jenkinsfile
index 3c5fab2..49037d7 100644
--- a/log4j/Jenkinsfile
+++ b/log4j/Jenkinsfile
@@ -89,6 +89,10 @@ pipeline {
                         // https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+labels
                         label 'Windows'
                     }
+                    tools {
+                        // https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
+                        jdk 'JDK 1.8 (latest)'
+                    }
                     steps {
                         // note that previous test runs of log4j-mongodb* may have left behind an embedded mongo folder
                         // also note that we don't need to use the jenkins system property here as it's ubuntu-specific