You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2020/04/04 12:26:31 UTC

[directory-ldap-api] branch master updated: Test with latest Java 14 instead 12 (EOL)

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

seelmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new 171c5ec  Test with latest Java 14 instead 12 (EOL)
171c5ec is described below

commit 171c5ec2d2eddb1ee1f1fdaf4fc0df3f0ce7ac12
Author: Stefan Seelmann <ma...@stefan-seelmann.de>
AuthorDate: Sat Apr 4 14:26:17 2020 +0200

    Test with latest Java 14 instead 12 (EOL)
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 041aa24..0df1a07 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -93,7 +93,7 @@ pipeline {
             }
           }
         }
-        stage ('Linux Java 12') {
+        stage ('Linux Java 14') {
           options {
             timeout(time: 4, unit: 'HOURS')
             retry(2)
@@ -101,7 +101,7 @@ pipeline {
           agent {
             docker {
               label 'ubuntu && !H28 && !H36 && !H40'
-              image 'apachedirectory/maven-build:jdk-12'
+              image 'apachedirectory/maven-build:jdk-14'
               args '-v $HOME/.m2:/home/hnelson/.m2'
             }
           }