This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new 3b56562 HADOOP-17185. Set MAVEN_OPTS in Jenkinsfile (#2195)
3b56562 is described below
commit 3b5656262e8574813bebae4fb6ed52ed96c08cac
Author: Akira Ajisaka <[email protected]>
AuthorDate: Wed Aug 5 15:22:09 2020 +0900
HADOOP-17185. Set MAVEN_OPTS in Jenkinsfile (#2195)
(cherry picked from commit cd596a0fdb2401dfd8f17494161436f2509f9d3d)
---
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: [email protected]
For additional commands, e-mail: [email protected]