X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=d8751bb7566bff1483ac25b54a9e6b588cda44f4;hb=refs%2Fchanges%2F04%2F5704%2F1;hp=6cb706d321c9bda56106b016ad3adaba20dfcc40;hpb=3a0fc42d6a01912debb9e8fbcff8a89d111ded72;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 6cb706d3..d8751bb7 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -133,7 +133,7 @@ node("${params.NODE}") { // merge the change logs sh """ rm -f changelog/osm-changelog.html - [ -d changelog ] && for mdgchange in \$(ls changelog); do cat changelog/\$mdgchange >> changelog/osm-changelog.html; done + [ ! -d changelog ] || for mdgchange in \$(ls changelog); do cat changelog/\$mdgchange >> changelog/osm-changelog.html; done """ } // start an apache server to serve up the images