You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2022/10/20 15:08:31 UTC

[turbine-fulcrum-build] branch master updated: Update Jenkinsfile to jdk to jdk__11_latest

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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-build.git


The following commit(s) were added to refs/heads/master by this push:
     new fa433d4  Update Jenkinsfile to jdk to jdk__11_latest
fa433d4 is described below

commit fa433d4593d38a531f56161f6ee3f356f0237932
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Thu Oct 20 17:06:52 2022 +0200

    Update Jenkinsfile to jdk to jdk__11_latest
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8abc604..d5117da 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,7 +30,7 @@
 // The default is NOT to provide git clone --recurse-submodules flag).
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 def MVN_NAME = env.MVN_NAME ?: 'maven_3_latest'
 
 pipeline