Browse Source

HADOOP-17185. Set MAVEN_OPTS in Jenkinsfile (#2195)

(cherry picked from commit cd596a0fdb2401dfd8f17494161436f2509f9d3d)
Akira Ajisaka 4 years ago
parent
commit
3b5656262e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
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 {