This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 0730040 Avoid the overriding of MAVEN options on Jenkins CI
0730040 is described below
commit 073004011304a66a8bbb4f90854189923bf313cd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jul 18 11:49:08 2019 +0200
Avoid the overriding of MAVEN options on Jenkins CI
---
Jenkinsfile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index fffa9b7..7562de2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,6 +31,10 @@ pipeline {
tools {
jdk JDK_NAME
}
+
+ environment {
+ MAVEN_OPTS = ""
+ }
options {
buildDiscarder(