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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/master by this push:
     new 595b58e  Use JDK 8 on Jenkins
595b58e is described below

commit 595b58e5536a6a037846d6ab4a620b4bf8e92594
Author: jbonofre <jbono...@apache.org>
AuthorDate: Mon Nov 30 10:59:26 2020 +0100

    Use JDK 8 on Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 98b5708..457555d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,7 +36,7 @@ pipeline {
     tools {
         // ... tell Jenkins what java version, maven version or other tools 
are required ...
         maven 'Maven 3 (latest)'
-        jdk 'JDK 11 (latest)'
+        jdk 'JDK 1.8 (latest)'
     }
 
     options {

Reply via email to