build limpia

This commit is contained in:
2026-05-11 15:30:51 +02:00
parent d5798602e2
commit bcb1a28164

View File

@@ -38,6 +38,10 @@ pipeline {
cleanRemote: false,
execCommand: "mkdir -p $APP_REMOTE_PATH"
),
sshTransfer(
cleanRemote: false,
execCommand: "rm -rf $APP_REMOTE_PATH/dist"
),
sshTransfer(
cleanRemote: false,
remoteDirectory: "$APP_REMOTE_PATH",