dev #3

Merged
mpavlov merged 28 commits from dev into master 2024-07-11 01:21:55 +03:00
Showing only changes of commit 2d5397e60a - Show all commits

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