You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2020/12/15 14:38:35 UTC

[bigtop] branch master updated: BIGTOP-3465. Fix website publishing Jenkins pipeline. (#710)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1d34436  BIGTOP-3465. Fix website publishing Jenkins pipeline. (#710)
1d34436 is described below

commit 1d3443655c3ed77bef654603ed83b724d953a8f7
Author: Kengo Seki <se...@apache.org>
AuthorDate: Tue Dec 15 23:38:29 2020 +0900

    BIGTOP-3465. Fix website publishing Jenkins pipeline. (#710)
---
 Jenkinsfile.site | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.site b/Jenkinsfile.site
index e2bd97e..cc80ed4 100644
--- a/Jenkinsfile.site
+++ b/Jenkinsfile.site
@@ -29,8 +29,8 @@ pipeline {
     }
 
     tools {
-        maven 'Maven 3 (latest)'
-        jdk 'JDK 11 (latest)'
+        maven 'maven_3_latest'
+        jdk 'jdk_11_latest'
     }
 
     options {