This commit is contained in:
2026-05-11 17:25:48 +02:00
parent b0b3badd5c
commit 2611147eb3
2 changed files with 6 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ pipeline {
cleanRemote: false,
execCommand: "rm -rf $APP_REMOTE_PATH/dist"
),
sshTransfer(
cleanRemote: false,
execCommand: "ls -la $BASE_REMOTE_PATH/vault/savefamily/sf-sims/"
),
sshTransfer(
cleanRemote: false,
remoteDirectory: "$APP_REMOTE_PATH",

View File

@@ -144,6 +144,8 @@ export class SimAlaiUsecases {
const applyOrder = await this.alaiRepository.applyOrder(orderId)
if (applyOrder.error != undefined) {
// TODO: gestion del error
// reusar el orderId
return applyOrder
}