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 }