From 2611147eb3705612836bacd9ab635f27fc0ff770 Mon Sep 17 00:00:00 2001 From: Alvar San Martin Date: Mon, 11 May 2026 17:25:48 +0200 Subject: [PATCH] debug --- deployment/develop/jenkinsfile.groovy | 4 ++++ packages/sim-consumidor-alai/aplication/SimAlai.usecases.ts | 2 ++ 2 files changed, 6 insertions(+) diff --git a/deployment/develop/jenkinsfile.groovy b/deployment/develop/jenkinsfile.groovy index e23dddf..f407055 100644 --- a/deployment/develop/jenkinsfile.groovy +++ b/deployment/develop/jenkinsfile.groovy @@ -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", diff --git a/packages/sim-consumidor-alai/aplication/SimAlai.usecases.ts b/packages/sim-consumidor-alai/aplication/SimAlai.usecases.ts index 20fcb6a..5c92659 100644 --- a/packages/sim-consumidor-alai/aplication/SimAlai.usecases.ts +++ b/packages/sim-consumidor-alai/aplication/SimAlai.usecases.ts @@ -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 }