difference between checkout of template and da repo

This commit is contained in:
Clemens Lauermann 2020-04-16 19:49:48 +02:00
parent 1497beb090
commit 8617f73686

3
Jenkinsfile vendored
View File

@ -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