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 2020/12/13 04:47:43 UTC

[iotdb] 01/01: fix tools declaration in Jenkinsfile

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

hxd pushed a commit to branch enable_deploy_website_auto
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 1e1c3a73ba131743500fae50ed74fca4435decf7
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sun Dec 13 12:47:18 2020 +0800

    fix tools declaration in Jenkinsfile
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0e811e3..f3b6886 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,8 +33,8 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 1.8 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_11_latest'
     }
 
     options {