X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_2.groovy;h=44e6ae9a1ca3c4472512312cda87948ea7c8e348;hb=32b38a0d121a70a53446c3c8ed017986b223bec3;hp=e4b63d4155093394061c6e3a71bac30f951e9760;hpb=3b17371ff6f3d5524d127fe8d4967bba80b02840;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index e4b63d41..44e6ae9a 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -202,7 +202,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa if (BRANCH_NAME.startsWith("v")) { channel=BRANCH_NAME.substring(1) } else if (BRANCH_NAME!="master") { - REV="/"+BRANCH_NAME+REV.replaceAll('/','-') + charmBranch=BRANCH_NAME } def charmName = sh(