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
commit 46b235db18853cbb7042aa99d4a0c9b8552c4fc6 Author: Martin Stockhammer <[email protected]> AuthorDate: Fri Nov 2 07:44:28 2018 +0100 Fixing maven config reference for ci --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9b49673..54fcbad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,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 {
