X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Jenkinsfile;h=15353c6cbcfac50b29118009457b236fe27be9f7;hb=e4f7e6cc71c5e81a7f58fddab055901c5bdf64db;hp=39fc00a414df7bbf9216e826d83708d8439cc013;hpb=726ccbee1923cc8c0fb20207b7bea3d3a91f7957;p=osm%2FLCM.git diff --git a/Jenkinsfile b/Jenkinsfile index 39fc00a..15353c6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,12 +16,12 @@ def devops_checkout() { } } -node { +node('docker') { checkout scm devops_checkout() - ci_helper = load "devops/jenkins/ci-pipelines/ci_stage_2.groovy" - ci_helper.ci_pipeline( 'LCM', + ci_stage_2 = load "devops/jenkins/ci-pipelines/ci_stage_2.groovy" + ci_stage_2.ci_pipeline( 'LCM', params.PROJECT_URL_PREFIX, params.GERRIT_PROJECT, params.GERRIT_BRANCH,