X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_2.groovy;h=d90ee2b2d34ea2a83d7b3dec9eaf5153bf2fed3f;hb=92da206dcbbd4fdfa53459f0c253fa0cc671c7b9;hp=45cbc7d664059f665072a70492709c7c89cdb8c0;hpb=c7f35240b0fddd27e15e4acb0e79ac74cba090eb;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 45cbc7d6..d90ee2b2 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -26,7 +26,7 @@ def project_checkout(url_prefix,project,refspec,revision) { } } -def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,build_system) { +def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,build_system,artifactory_server) { println("build_system = ${build_system}") ci_helper = load "devops/jenkins/ci-pipelines/ci_helper.groovy" @@ -65,7 +65,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,build_system) { stage('Archive') { sh(returnStdout:true, script: 'devops-stages/stage-archive.sh').trim() - ci_helper.archive(mdg,branch,'untested') + ci_helper.archive(artifactory_server,mdg,branch,'untested') } if ( build_system ) {