fix typo in 519d7520e6
This commit is contained in:
parent
270affad48
commit
bfe5066408
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
|
buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
|
||||||
options { checkoutToSubdirectory('HTLLE-DA-Vorlage/') }
|
checkoutToSubdirectory('HTLLE-DA-Vorlage/')
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')
|
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')
|
||||||
|
Loading…
Reference in New Issue
Block a user