This is an automated email from the ASF dual-hosted git repository.
juanpablo pushed a commit to branch jbake
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git
The following commit(s) were added to refs/heads/jbake by this push:
new f5d479b update tools ids
f5d479b is described below
commit f5d479b49133e1f0d731a6b43511e209f5bc0cdf
Author: Juan Pablo Santos RodrÃguez <[email protected]>
AuthorDate: Mon Dec 14 23:01:25 2020 +0100
update tools ids
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 140e059..4da111c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -24,10 +24,10 @@ try {
def jbake = 'jbake'
node( 'ubuntu' ) {
- def JAVA_JDK_8=tool name: 'JDK 1.8 (latest)', type: 'hudson.model.JDK'
+ def JAVA_JDK_8=tool name: 'jdk_1.8_latest', type: 'hudson.model.JDK'
echo "Will use Java $JAVA_JDK_8"
- def MAVEN_3_LATEST=tool name: 'Maven 3 (latest)', type:
'hudson.tasks.Maven$MavenInstallation'
+ def MAVEN_3_LATEST=tool name: 'maven_3_latest', type:
'hudson.tasks.Maven$MavenInstallation'
echo "Will use Maven $MAVEN_3_LATEST"
stage( "clone $jbake branch" ) {