add a comment line
This commit is contained in:
parent
4c7eb82828
commit
b68a31266d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user