build limpia
This commit is contained in:
@@ -38,6 +38,10 @@ pipeline {
|
|||||||
cleanRemote: false,
|
cleanRemote: false,
|
||||||
execCommand: "mkdir -p $APP_REMOTE_PATH"
|
execCommand: "mkdir -p $APP_REMOTE_PATH"
|
||||||
),
|
),
|
||||||
|
sshTransfer(
|
||||||
|
cleanRemote: false,
|
||||||
|
execCommand: "rm -rf $APP_REMOTE_PATH/dist"
|
||||||
|
),
|
||||||
sshTransfer(
|
sshTransfer(
|
||||||
cleanRemote: false,
|
cleanRemote: false,
|
||||||
remoteDirectory: "$APP_REMOTE_PATH",
|
remoteDirectory: "$APP_REMOTE_PATH",
|
||||||
|
|||||||
Reference in New Issue
Block a user