X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=f9ca479244cbc30610ea4960cda6eb231944e228;hb=4ffe5fe87638d92398252d6f23ab93ac0d1ec6fd;hp=d8751bb7566bff1483ac25b54a9e6b588cda44f4;hpb=9c5a78d4d2bf3533accd6ade5293c2431b731373;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index d8751bb7..f9ca4792 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -132,8 +132,8 @@ 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 + rm -f changelog/changelog-osm.html + [ ! -d changelog ] || for mdgchange in \$(ls changelog); do cat changelog/\$mdgchange >> changelog/changelog-osm.html; done """ } // start an apache server to serve up the images