add a comment line

This commit is contained in:
Clemens Lauermann 2020-04-28 15:54:04 +02:00
parent 4c7eb82828
commit b68a31266d

1
Jenkinsfile vendored
View File

@ -156,6 +156,7 @@ pipeline {
steps {
dir(env.GIT_PATH) {
script {
// only include actually created files to the archive
env.FILES_TO_INCLUDE = ''
def include = env.ARCHIVE_FILES.split(' ').each { filename ->
if (fileExists(filename)) {