This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-pipelines.git
The following commit(s) were added to refs/heads/master by this push:
new c251535 Fix jdk tool version
c251535 is described below
commit c251535b0fccb0fd1d0a351524be3109b8e6ae5a
Author: Matt Sicker <[email protected]>
AuthorDate: Sun Jun 6 14:44:34 2021 -0500
Fix jdk tool version
---
chainsaw/Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chainsaw/Jenkinsfile b/chainsaw/Jenkinsfile
index 1645483..ca6c205 100644
--- a/chainsaw/Jenkinsfile
+++ b/chainsaw/Jenkinsfile
@@ -31,7 +31,7 @@ pipeline {
lib 'logging'
}
tools {
- jdk 'jdk_8_latest'
+ jdk 'jdk_1.8_latest'
maven 'maven_3_latest'
}
environment {