chmod no funciona

This commit is contained in:
2026-03-23 13:44:19 +01:00
parent ee89f6911c
commit 7eb84d8bbc

View File

@@ -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"