X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=Jenkinsfile;h=650ff43aa10170a1718f5f16be9bffd776c6a352;hp=4f6c08878151ee8579f013726684126e50a1f3e7;hb=54409a2918af8af47dad29fa3dff637fbf3836ef;hpb=4f037ace80073a6d29720d4840ee27a593715e59;ds=inline diff --git a/Jenkinsfile b/Jenkinsfile index 4f6c088..650ff43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,6 +6,7 @@ properties([ string(defaultValue: env.GERRIT_PATCHSET_REVISION, description: '', name: 'GERRIT_PATCHSET_REVISION'), string(defaultValue: 'https://osm.etsi.org/gerrit', description: '', name: 'PROJECT_URL_PREFIX'), booleanParam(defaultValue: false, description: '', name: 'TEST_INSTALL'), + string(defaultValue: 'artifactory-osm', description: '', name: 'ARTIFACTORY_SERVER'), ]) ]) @@ -26,5 +27,6 @@ node { params.GERRIT_BRANCH, params.GERRIT_REFSPEC, params.GERRIT_PATCHSET_REVISION, - params.TEST_INSTALL) + false, + params.ARTIFACTORY_SERVER) }