mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
Uses dedicated settings.xml to upload artifacts to Nexus
This commit is contained in:
Vendored
+1
-1
@@ -142,7 +142,7 @@ pipeline {
|
|||||||
branch 'master'
|
branch 'master'
|
||||||
}
|
}
|
||||||
steps {
|
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'
|
sh 'mvn -s \${CUSTOM_SETTINGS} deploy -skipAssembly'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user