X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_2.groovy;h=52e2f1d336a79b6bcd89c00786c3151778a1e9f7;hb=4ffe5fe87638d92398252d6f23ab93ac0d1ec6fd;hp=aa4a9f4b67a0b4f6efc808ed8d3fd6195c601037;hpb=9c5a78d4d2bf3533accd6ade5293c2431b731373;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index aa4a9f4b..52e2f1d3 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -62,7 +62,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa } stage('Archive') { - sh "mkdir changelog" + sh "mkdir -p changelog" sh "devops/tools/generatechangelog-pipeline.sh > changelog/changelog-${mdg}.html" sh(returnStdout:true, script: 'devops-stages/stage-archive.sh').trim() ci_helper.archive(artifactory_server,mdg,branch,'untested')