diff --git a/Jenkinsfile b/Jenkinsfile index 9475bad..df7363a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {