This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-annotations.git


The following commit(s) were added to refs/heads/master by this push:
     new eaf8e2a  Uses dedicated settings.xml to allow deploy artifacts to Nexus
eaf8e2a is described below

commit eaf8e2af0780348110775c6e4ae8a017d90226ad
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Feb 17 20:37:41 2020 +0100

    Uses dedicated settings.xml to allow deploy artifacts to Nexus
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 01bb40c..3334873 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,7 +60,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'
                 }
             }

Reply via email to