debug
This commit is contained in:
@@ -42,6 +42,10 @@ pipeline {
|
|||||||
cleanRemote: false,
|
cleanRemote: false,
|
||||||
execCommand: "rm -rf $APP_REMOTE_PATH/dist"
|
execCommand: "rm -rf $APP_REMOTE_PATH/dist"
|
||||||
),
|
),
|
||||||
|
sshTransfer(
|
||||||
|
cleanRemote: false,
|
||||||
|
execCommand: "ls -la $BASE_REMOTE_PATH/vault/savefamily/sf-sims/"
|
||||||
|
),
|
||||||
sshTransfer(
|
sshTransfer(
|
||||||
cleanRemote: false,
|
cleanRemote: false,
|
||||||
remoteDirectory: "$APP_REMOTE_PATH",
|
remoteDirectory: "$APP_REMOTE_PATH",
|
||||||
|
|||||||
@@ -144,6 +144,8 @@ export class SimAlaiUsecases {
|
|||||||
|
|
||||||
const applyOrder = await this.alaiRepository.applyOrder(orderId)
|
const applyOrder = await this.alaiRepository.applyOrder(orderId)
|
||||||
if (applyOrder.error != undefined) {
|
if (applyOrder.error != undefined) {
|
||||||
|
// TODO: gestion del error
|
||||||
|
// reusar el orderId
|
||||||
return applyOrder
|
return applyOrder
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user