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-components-spring-registry.git
The following commit(s) were added to refs/heads/master by this push:
new 78dd568 Jenkinsfile modifications
78dd568 is described below
commit 78dd5683949ab1de73571e10c095cbbe307ddb09
Author: Martin Stockhammer <[email protected]>
AuthorDate: Tue Apr 17 19:13:27 2018 +0200
Jenkinsfile modifications
---
Jenkinsfile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9ec6982..0d3035f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,9 +42,8 @@ node(labels) {
jdk: buildJdk,
mavenSettingsConfig: deploySettings
) {
- // Run the maven build
sh "mvn clean install -B -U -e -fae -Dmaven.compiler.fork=false"
- } // withMaven will discover the generated Maven artifacts, JUnit
Surefire & FailSafe & FindBugs reports...
+ }
}
stage ('Deploy') {
@@ -53,8 +52,7 @@ node(labels) {
jdk: buildJdk,
mavenSettingsConfig: deploySettings
) {
- // Run the maven build
sh "mvn deploy -Dmaven.test.skip=true -B -U -e -fae
-Dmaven.compiler.fork=false"
- } // withMaven will discover the generated Maven artifacts, JUnit
Surefire & FailSafe & FindBugs reports...
+ }
}
}
--
To stop receiving notification emails like this one, please contact
[email protected].