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

This commit is contained in:
Akira Ajisaka 2020-08-05 15:22:09 +09:00 committed by GitHub
parent 39c118c802
commit cd596a0fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -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 {