This is an automated email from the ASF dual-hosted git repository.
martin_s pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git
The following commit(s) were added to refs/heads/archiva-2.x by this push:
new 405b83f Adding mavenOpts to Jenkins build
405b83f is described below
commit 405b83fbb01801a50b566c0d77e629199a3344fe
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun May 6 19:48:19 2018 +0200
Adding mavenOpts to Jenkins build
---
Jenkinsfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index daf5621..a2392df 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,6 +61,7 @@ pipeline {
withMaven(maven: buildMvn, jdk: buildJdk,
mavenSettingsConfig: deploySettings,
mavenLocalRepo: ".repository",
+ mavenOpts:'-XX:MaxPermSize=128m -Xmx1024m',
options: [concordionPublisher(disabled: true),
dependenciesFingerprintPublisher(disabled: true),
findbugsPublisher(disabled: true),
artifactsPublisher(disabled: true),
invokerPublisher(disabled: true),
jgivenPublisher(disabled: true),
--
To stop receiving notification emails like this one, please contact
[email protected].