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 {
|
steps {
|
||||||
dir(env.GIT_PATH) {
|
dir(env.GIT_PATH) {
|
||||||
script {
|
script {
|
||||||
|
// only include actually created files to the archive
|
||||||
env.FILES_TO_INCLUDE = ''
|
env.FILES_TO_INCLUDE = ''
|
||||||
def include = env.ARCHIVE_FILES.split(' ').each { filename ->
|
def include = env.ARCHIVE_FILES.split(' ').each { filename ->
|
||||||
if (fileExists(filename)) {
|
if (fileExists(filename)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user