This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/master by this push:
new 99b06f6 Increases PermSize for Maven
99b06f6 is described below
commit 99b06f6b761c6009220a78bbeaeb48a304cc4671
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Dec 17 14:49:02 2018 +0100
Increases PermSize for Maven
---
Jenkinsfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0b5ebcc..5834162 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -22,6 +22,9 @@ pipeline {
stages {
stage('Build') {
steps {
+ environment {
+ MAVEN_OPTS = "-Xmx1024m -XX:MaxPermSize=256m"
+ }
sh 'mvn --version'
sh 'mvn clean source:jar javadoc:jar install deploy -DskipWiki
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2'
}