This commit is contained in:
Clemens Lauermann 2020-04-16 14:15:03 +02:00
parent 270affad48
commit bfe5066408

2
Jenkinsfile vendored
View File

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