switch bransh

This commit is contained in:
apavlov
2024-06-30 16:40:05 +03:00
parent 671b6762be
commit 2d5397e60a

2
Jenkinsfile vendored
View File

@@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Download') { stage('Download') {
steps { steps {
git branch: 'master', url:'${git_url}/Ansible/rproxy.git', credentialsId: 'git' git branch: 'dev', url:'${git_url}/Ansible/rproxy.git', credentialsId: 'git'
} }
} }
stage('Run') { stage('Run') {