This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git
commit 61270996a46826f68cffe7cbb17c23603203c103 Author: Martin Stockhammer <[email protected]> AuthorDate: Sun May 6 14:44:20 2018 +0200 Changing mvn call --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8084a9b..6097149 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -76,7 +76,7 @@ pipeline { // -Dmaven.compiler.fork=false: Do not compile in a separate forked process // -Dmaven.test.failure.ignore=true: Do not stop, if some tests fail // -Pci-build: Profile for CI-Server - sh "mvn clean deploy -B -U -e -fae -Dmaven.test.failure.ignore=true -T2 -Dmaven.compiler.fork=false -Pci-build" + sh "mvn clean deploy -B -U -e -fae -Dmaven.test.failure.ignore=true -T2" } } } -- To stop receiving notification emails like this one, please contact [email protected].
