Merge pull request 'Jenkinsfile update' (#13) from fix/jenkinsfile into main

Reviewed-on: #13
This commit is contained in:
2025-12-02 11:57:42 +00:00

2
Jenkinsfile vendored
View File

@@ -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') {