difference between checkout of template and da repo
This commit is contained in:
parent
1497beb090
commit
8617f73686
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -21,6 +21,9 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('Clean checkout of the template') {
|
||||
when {
|
||||
expression { '.git' == params.REPOSITORY }
|
||||
}
|
||||
steps{
|
||||
cleanWs()
|
||||
checkout scm
|
||||
|
Loading…
Reference in New Issue
Block a user