Volviedo al build original

This commit is contained in:
2026-03-20 13:21:22 +01:00
parent 39fca1024c
commit 8431983aaf
2 changed files with 2 additions and 7 deletions

View File

@@ -73,12 +73,7 @@ pipeline {
),
sshTransfer(
cleanRemote: false,
remoteDirectory: "$APP_REMOTE_PATH",
sourceFiles: "build.develop.sh",
),
sshTransfer(
cleanRemote: false,
execCommand: "sh $APP_REMOTE_PATH/build.develop.sh"
execCommand: "sh $APP_REMOTE_PATH/rebuild.sh"
)
]
)