forked from Hg/htlle-da-vorlage
checkout HTLE-DA-Vorlage into sub dir
This commit is contained in:
parent
ce0f9eb5c1
commit
67e5184940
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user