You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/30 19:53:52 UTC

[incubator-hop] branch master updated: INFRA: switch back to latest

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new f1c67ab  INFRA: switch back to latest
     new 9cb0069  Merge pull request #514 from hansva/switch_jdk
f1c67ab is described below

commit f1c67ab85587a9275a6c5cdaa5ec409cd76e5d33
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Wed Dec 30 20:53:05 2020 +0100

    INFRA: switch back to latest
---
 Jenkinsfile       | 2 +-
 Jenkinsfile.daily | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a817a05..976261d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'openjdk_1.8.0_242'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
 def MAVEN_NAME = env.MAVEN_NAME ?: 'maven_3_latest'
 
 def MAVEN_PARAMS = "-T 2 -U -B -e -fae -V -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 0910e98..f6d9292 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -18,7 +18,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu'
-def JDK_NAME = env.JDK_NAME ?: 'openjdk_1.8.0_242'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_1.8_latest'
 def MAVEN_NAME = env.MAVEN_NAME ?: 'maven_3_latest'
 
 def MAVEN_PARAMS = "-T 2 -U -B -e -fae -V -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"