switch bransh
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -8,7 +8,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Download') {
|
||||
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') {
|
||||
|
||||
Reference in New Issue
Block a user