Explorar o código

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

(cherry picked from commit cd596a0fdb2401dfd8f17494161436f2509f9d3d)
Akira Ajisaka %!s(int64=4) %!d(string=hai) anos
pai
achega
3b5656262e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {