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:51:27 UTC

[iotdb] branch master updated: fix tools declaration in Jenkinsfile

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a98eca4  fix tools declaration in Jenkinsfile
a98eca4 is described below

commit a98eca4cc6e2555a4c5775c0d3adc35dccf99238
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sun Dec 13 12:51:03 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 {