checkout HTLE-DA-Vorlage into sub dir

This commit is contained in:
Clemens Lauermann 2020-04-17 00:41:34 +02:00
parent ce0f9eb5c1
commit 67e5184940

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
options { options {
buildDiscarder(logRotator(artifactNumToKeepStr: '0')) buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
skipDefaultCheckout() skipDefaultCheckout()
checkoutToSubdirectory('HTLLE-DA-Vorlage')
} }
parameters { parameters {
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername') string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')