This is an automated email from the ASF dual-hosted git repository.

stefanegli pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new de7a627  OAK-9535 related : trying to increase mvn memory
de7a627 is described below

commit de7a62774b49a3cbb2b726075d0f883f5491e885
Author: stefan-egli <[email protected]>
AuthorDate: Tue Sep 7 10:43:20 2021 +0200

    OAK-9535 related : trying to increase mvn memory
---
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 18ed99d..aeb5828 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,6 +57,9 @@ def buildModule(moduleSpec) {
             timeout(60) {
                 checkout scm
                 
withEnv(["Path+JDK=$JAVA_JDK_8/bin","Path+MAVEN=$MAVEN_3_LATEST/bin","JAVA_HOME=$JAVA_JDK_8"])
 {
+                    sh '''
+                    echo "MAVEN_OPTS is ${MAVEN_OPTS}"
+                    '''
                     // clean all modules
                     sh "${MAVEN_CMD} -Dfoo1=bar1 -T 1C clean"
                     // build and install up to desired module

Reply via email to