You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2022/12/24 06:46:48 UTC

[iotdb] branch jenkins-disable-integration updated: upgrade to jdk17 for jenkins

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

hxd pushed a commit to branch jenkins-disable-integration
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/jenkins-disable-integration by this push:
     new 12ffc19894 upgrade to jdk17 for jenkins
12ffc19894 is described below

commit 12ffc1989428c3c7a01c153195ad2d187a6c8279
Author: xiangdong huang <hx...@timecho.com>
AuthorDate: Sat Dec 24 14:46:36 2022 +0800

    upgrade to jdk17 for jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 94c337d50b..75b3031efb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'jdk_11_latest'
+        jdk 'jdk_17_latest'
     }
 
     options {