This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-apacheds.git
The following commit(s) were added to refs/heads/master by this push:
new 1388514 Update Jenkinsfile
1388514 is described below
commit 13885148623b27519abba64bc74fc1bf7c3c0240
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Dec 29 09:33:56 2018 +1000
Update Jenkinsfile
---
Jenkinsfile | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0d3035f..d36faae 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -26,7 +26,7 @@
def labels = 'ubuntu'
def buildJdk = 'JDK 1.8 (latest)'
def buildMvn = 'Maven 3.5.2'
-def deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
+def deploySettings = 'archiva-uid-jenkins'
node(labels) {
@@ -55,4 +55,8 @@ node(labels) {
sh "mvn deploy -Dmaven.test.skip=true -B -U -e -fae
-Dmaven.compiler.fork=false"
}
}
+
+ post {
+ cleanWs()
+ }
}