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 42f0657  Specify default JAVA_HOME
42f0657 is described below

commit 42f0657303a300a166a8c5b498c55348cbf999fd
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Jul 26 14:15:06 2020 -0500

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

diff --git a/log4j/Jenkinsfile b/log4j/Jenkinsfile
index 955cc4a..3c5fab2 100644
--- a/log4j/Jenkinsfile
+++ b/log4j/Jenkinsfile
@@ -43,6 +43,10 @@ pipeline {
         // 
https://cwiki.apache.org/confluence/display/INFRA/Jenkins+node+labels
         label 'ubuntu'
     }
+    tools {
+        // 
https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
+        jdk 'JDK 1.8 (latest)'
+    }
     environment {
         LANG = 'C.UTF-8'
     }

Reply via email to