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
The following commit(s) were added to refs/heads/master by this push:
new 8cb4a71 Fixing maven settings reference for ci
8cb4a71 is described below
commit 8cb4a71e108a292b08dc847132a8dd1a3e6e7a0d
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Oct 31 16:48:55 2018 +0100
Fixing maven settings reference for ci
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ea6884e..5ac80b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ buildJdk = 'JDK 1.8 (latest)'
buildJdk9 = 'JDK 1.9 (latest)'
buildJdk10 = 'JDK 10 (latest)'
buildMvn = 'Maven 3.5.2'
-deploySettings = 'DefaultMavenSettingsProvider.1331204114925'
+deploySettings = 'archiva-uid-jenkins'
pipeline {
agent {