delete donwload stage
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -14,11 +14,6 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Download') {
|
|
||||||
steps {
|
|
||||||
git branch: 'dev', url:'${git_url}/Ansible/rproxy.git', credentialsId: 'git'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Save certs') {
|
stage('Save certs') {
|
||||||
when {
|
when {
|
||||||
expression {
|
expression {
|
||||||
|
|||||||
Reference in New Issue
Block a user