From 0d99e508ac7fca3b9cacde5e7de763fc2a652144 Mon Sep 17 00:00:00 2001 From: muhammadvadud Date: Wed, 3 Dec 2025 02:08:03 +0500 Subject: [PATCH] Fix typo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9f76bc1..e0fe42c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } stage('Checkout Code') { steps { - git branch: 'main', credentialsId: 'muhammadvadud', url: 'https://gitea.felixits.uz/uzxarid/backend.git' + git branch: 'dev', credentialsId: 'muhammadvadud', url: 'https://gitea.felixits.uz/uzxarid/backend.git' } } stage('Prepare') {