This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new daecfcf fix(build): Updated the Jenkinsfile to recent changes on infra
daecfcf is described below
commit daecfcf4a41bd658578765f106a7f02278d52b8c
Author: cdutz <[email protected]>
AuthorDate: Wed Apr 6 11:23:00 2022 +0200
fix(build): Updated the Jenkinsfile to recent changes on infra
---
site/Jenkinsfile | 4 ++--
tools/Jenkinsfile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/site/Jenkinsfile b/site/Jenkinsfile
index 3f61ceb..71ff253 100644
--- a/site/Jenkinsfile
+++ b/site/Jenkinsfile
@@ -32,8 +32,8 @@ pipeline {
}
tools {
- maven 'Maven 3 (latest)'
- jdk 'JDK 1.8 (latest)'
+ maven 'maven_3_latest'
+ jdk 'jdk_11_latest'
}
options {
diff --git a/tools/Jenkinsfile b/tools/Jenkinsfile
index ed096fc..53761b4 100644
--- a/tools/Jenkinsfile
+++ b/tools/Jenkinsfile
@@ -27,8 +27,8 @@ pipeline {
}
tools {
- maven 'Maven 3 (latest)'
- jdk 'JDK 1.8 (latest)'
+ maven 'maven_3_latest'
+ jdk 'jdk_11_latest'
}
options {