From cfd7c411cf9338249ecc38bb82242e5b93960176 Mon Sep 17 00:00:00 2001 From: F4ilji Date: Fri, 18 Sep 2026 23:35:59 +0500 Subject: [PATCH] fix: update git remote to self-hosted Gitea --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b715184..7631a8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,6 +44,7 @@ pipeline { sh 'git config --global --add safe.directory ${APP_DIR}' sh 'DEPLOY_PREV_SHA=$(git rev-parse HEAD) && echo $DEPLOY_PREV_SHA > .deploy_prev_sha' sh 'git reset --hard' + sh 'git remote set-url origin https://git.occasus.ru/failj/ntspi-app.git' sh 'git pull origin master' } }