mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
Uses proper path to upload files from
This commit is contained in:
Vendored
+2
-2
@@ -158,8 +158,8 @@ pipeline {
|
||||
transfers: [
|
||||
sshTransfer(
|
||||
remoteDirectory: '/x1/dist/struts',
|
||||
removePrefix: 'target/assembly/out',
|
||||
sourceFiles: 'target/assembly/out/struts-*.zip'
|
||||
removePrefix: 'assembly/target/assembly/out',
|
||||
sourceFiles: 'assembly/target/assembly/out/struts-*.zip'
|
||||
)
|
||||
],
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user