diff --git a/Jenkinsfile b/Jenkinsfile index 3016d3a..e3f66b2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,7 @@ pipeline { options { buildDiscarder(logRotator(artifactNumToKeepStr: '0')) skipDefaultCheckout() + checkoutToSubdirectory('HTLLE-DA-Vorlage') } parameters { string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')