Intento 2

This commit is contained in:
2026-03-20 15:41:40 +01:00
parent b3ff18d418
commit 100f5ee5cd

View File

@@ -45,9 +45,8 @@ pipeline {
),
sshTransfer(
cleanRemote: false,
remoteDirectory: "$APP_REMOTE_PATH/deployment/develop/",
remoteDirectory: "$APP_REMOTE_PATH",
sourceFiles: "deployment/develop/**/*",
removePrefix: "deployment/develop/",
),
sshTransfer(
cleanRemote: false,