forked from Hg/htlle-da-vorlage
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 {
|
stages {
|
||||||
stage('Clean checkout of the template') {
|
stage('Clean checkout of the template') {
|
||||||
|
when {
|
||||||
|
expression { '.git' == params.REPOSITORY }
|
||||||
|
}
|
||||||
steps{
|
steps{
|
||||||
cleanWs()
|
cleanWs()
|
||||||
checkout scm
|
checkout scm
|
||||||
|
Loading…
Reference in New Issue
Block a user