Skip to content

Commit

Permalink
Uses dedicated settings.xml to allow deploy artifacts to Nexus
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Feb 17, 2020
1 parent e20a6eb commit eaf8e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
Expand Down

0 comments on commit eaf8e2a

Please sign in to comment.