瀏覽代碼

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

(cherry picked from commit cd596a0fdb2401dfd8f17494161436f2509f9d3d)
Akira Ajisaka 4 年之前
父節點
當前提交
3b5656262e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {