From 1de32691c68adc7b95040e28bc262acdda183cc6 Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Fri, 4 Jul 2025 23:46:57 +0200 Subject: [PATCH] Corrected git remote command --- .jenkins/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index ca4ad55..041f3d6 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -71,7 +71,7 @@ pipeline { sh 'git commit -am "JENKINS: Changed deployed version to $GIT_COMMIT"' sshagent(['gitea-deploy-key']) { sh ''' - git remote set-url ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git + git remote set-url origin ssh://git@srv22.mikr.us:20343/pikram/user-microservice-deploy.git git push ''' }