From 62f454eb923f48f33476641438fb8205523088ca Mon Sep 17 00:00:00 2001 From: Lukas Jungmann Date: Sat, 29 Apr 2023 10:39:01 +0200 Subject: [PATCH] try MAVEN_OPTS Signed-off-by: Lukas Jungmann --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 5d589458..69ff8051 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -64,6 +64,7 @@ spec: environment { ANT_OPTS = "-Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http" MAIL_USER="user01@james.local" + MAVEN_OPTS="-Pstaging" MAVEN_ARGS="-Pstaging" } stages {