diff --git a/Jenkinsfile b/Jenkinsfile index 4961ee2..821614d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { } options { buildDiscarder(logRotator(artifactNumToKeepStr: '0')) - options { checkoutToSubdirectory('HTLLE-DA-Vorlage/') } + checkoutToSubdirectory('HTLLE-DA-Vorlage/') } parameters { string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')