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.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d1e47f  restore mavenSettingsConfig
6d1e47f is described below

commit 6d1e47f7c1e0dfff5128e8ada486cbcecb6c4598
Author: Olivier Lamy <[email protected]>
AuthorDate: Tue Oct 23 17:00:40 2018 +1000

    restore mavenSettingsConfig
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2b2f974..4a227c6 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'
 INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
 
 pipeline {
@@ -46,7 +46,7 @@ pipeline {
             steps {
                 timeout(120) {
                     withMaven(maven: buildMvn, jdk: buildJdk,
-                            
+                            mavenSettingsConfig: deploySettings,
                             mavenLocalRepo: ".repository",
                             options: [concordionPublisher(disabled: true), 
dependenciesFingerprintPublisher(disabled: true),
                                       findbugsPublisher(disabled: true), 
artifactsPublisher(disabled: true),

Reply via email to