chmod no funciona
This commit is contained in:
@@ -79,10 +79,6 @@ pipeline {
|
||||
remoteDirectory: "$APP_REMOTE_PATH",
|
||||
sourceFiles: "package-lock.json",
|
||||
),
|
||||
sshTransfer(
|
||||
cleanRemote: false,
|
||||
execCommand: "sh chmod +x $APP_REMOTE_PATH/start.sh"
|
||||
),
|
||||
sshTransfer(
|
||||
cleanRemote: false,
|
||||
execCommand: "sh $APP_REMOTE_PATH/docker/rebuild.sh"
|
||||
|
||||
Reference in New Issue
Block a user