From f4e64bc999e4d9765d9c19eb7b00a0773a728e25 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 17 Feb 2020 20:38:33 +0100 Subject: [PATCH] Uses dedicated settings.xml to upload artifacts to Nexus --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c5b6b1e6..05e0d30c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -142,7 +142,7 @@ pipeline { branch 'master' } steps { - withCredentials([file(credentialsId: 'struts-custom-settings_xml', variable: 'CUSTOM_SETTINGS')]) { + withCredentials([file(credentialsId: 'lukaszlenart-repository-access-token', variable: 'CUSTOM_SETTINGS')]) { sh 'mvn -s \${CUSTOM_SETTINGS} deploy -skipAssembly' } }