You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2020/08/05 06:22:21 UTC

[hadoop] branch branch-2.10 updated: HADOOP-17185. Set MAVEN_OPTS in Jenkinsfile (#2195)

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

aajisaka pushed a commit to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new cd596a0f HADOOP-17185. Set MAVEN_OPTS in Jenkinsfile (#2195)
cd596a0f is described below

commit cd596a0fdb2401dfd8f17494161436f2509f9d3d
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Wed Aug 5 15:22:09 2020 +0900

    HADOOP-17185. Set MAVEN_OPTS in Jenkinsfile (#2195)
---
 Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 290e771..87396eb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -36,6 +36,7 @@ pipeline {
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
         YETUS_VERSION='rel/0.12.0'
+        MAVEN_OPTS='-Xms256m -Xmx1536m -Dhttps.protocols=TLSv1.2 -Dhttps.cipherSuites=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256'
     }
 
     parameters {


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org