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 062211d8be try jdk1.8
062211d8be is described below
commit 062211d8be155716bfd12beef04e50d8d4264229
Author: xiangdong huang <[email protected]>
AuthorDate: Sun Dec 25 14:06:55 2022 +0800
try jdk1.8
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 10d8c29276..31f2dd3250 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
tools {
maven 'maven_3_latest'
- jdk 'jdk_8_latest'
+ jdk 'jdk_1.8_latest'
}
options {