debug
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user