verbessern

This commit is contained in:
Clemens Lauermann 2020-04-16 15:05:36 +02:00
parent bfe5066408
commit 9fac572c1f

2
Jenkinsfile vendored
View File

@ -12,7 +12,6 @@ pipeline {
} }
options { options {
buildDiscarder(logRotator(artifactNumToKeepStr: '0')) buildDiscarder(logRotator(artifactNumToKeepStr: '0'))
checkoutToSubdirectory('HTLLE-DA-Vorlage/')
} }
parameters { parameters {
string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername') string(name: 'USERNAME', defaultValue: 'Username', description: 'Benutzername')
@ -49,6 +48,7 @@ pipeline {
} }
steps { steps {
sh ''' sh '''
mkdir HTLLE-DA-Vorlage && mv * HTLLE-DA-Vorlage
cp -rv HTLLE-DA-Vorlage/example/* . cp -rv HTLLE-DA-Vorlage/example/* .
make pdf -C HTLLE-DA-Vorlage SOURCEDIR=$(pwd) make pdf -C HTLLE-DA-Vorlage SOURCEDIR=$(pwd)
''' '''