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-parent.git
The following commit(s) were added to refs/heads/master by this push:
new e433166 Changing to install goal (Uses different workspaces)
e433166 is described below
commit e433166791372ea2823eda130d014d55bacb90cf
Author: Martin Stockhammer <[email protected]>
AuthorDate: Thu May 17 23:36:31 2018 +0200
Changing to install goal (Uses different workspaces)
---
Jenkinsfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 71f6636..a10de27 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,7 +59,7 @@ pipeline {
)
{
// Run test phase / ignore test
failures
- sh "mvn -B -U -e -fae clean verify"
+ sh "mvn -B -U -e -fae clean
install"
}
}
}
@@ -81,7 +81,7 @@ pipeline {
)
{
// Run test phase / ignore test
failures
- sh "mvn -B -U -e -fae clean verify"
+ sh "mvn -B -U -e -fae clean
install"
}
}
--
To stop receiving notification emails like this one, please contact
[email protected].