X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=inline;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=b9dda53fe3b2da601bb640c59ec3626991e5281f;hb=ae8b04e946f0e8028eaf49b87858582c46487004;hp=d8751bb7566bff1483ac25b54a9e6b588cda44f4;hpb=5ce567ea77d1bed205616fb4aa33734bb4e89336;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index d8751bb7..b9dda53f 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 @@ -198,6 +198,7 @@ node("${params.NODE}") { stage("stage_4") { def downstream_params = [ string(name: 'CONTAINER_NAME', value: container_name), + string(name: 'NODE', value: NODE_NAME.split()[0]), ] stage_4_result = build job: "${params.DOWNSTREAM_STAGE_NAME}/${GERRIT_BRANCH}", parameters: downstream_params, propagate: false