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/25 06:00:03 UTC

[iotdb] branch jenkins-disable-integration updated: try jdk8

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 0d4728b71f try jdk8
0d4728b71f is described below

commit 0d4728b71fef2d53da3c5deabd8af753d95f4e22
Author: xiangdong huang <hx...@timecho.com>
AuthorDate: Sun Dec 25 13:59:48 2022 +0800

    try jdk8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 620784927a..10d8c29276 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
 
     tools {
         maven 'maven_3_latest'
-        jdk 'jdk_17_latest'
+        jdk 'jdk_8_latest'
     }
 
     options {