From 09d66613eadcc51c735d1b64a2f132b320177941 Mon Sep 17 00:00:00 2001 From: muhammadvadud Date: Tue, 2 Dec 2025 16:56:59 +0500 Subject: [PATCH] Jenkinsfile update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5f74504..9f76bc1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } stage('Checkout Code') { steps { - git branch: 'main', credentialsId: 'ssh', url: 'git@github.com:JscorpTech/uzxarid.git' + git branch: 'main', credentialsId: 'muhammadvadud', url: 'https://gitea.felixits.uz/uzxarid/backend.git' } } stage('Prepare') { -- 2.49.1