forked from Hg/htlle-da-vorlage
final fix of 6266a90
This commit is contained in:
parent
898ce6ecab
commit
01dd9aa609
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -152,6 +152,7 @@ pipeline {
|
||||
stage('Create Archive') {
|
||||
steps {
|
||||
dir(env.GIT_PATH) {
|
||||
script {
|
||||
if (params.ARCHIVE_FORMAT == 'zip') {
|
||||
sh "zip -q ${env.ARCHIVE_FILENAME} diplomarbeit.pdf* spellcheck-results.txt"
|
||||
} else {
|
||||
@ -161,6 +162,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
script {
|
||||
|
Loading…
Reference in New Issue
Block a user