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' } }