switch bransh
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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') {
|
||||||
|
|||||||
Reference in New Issue
Block a user