X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=blobdiff_plain;f=Jenkinsfile;h=a15eafe87649d5681d15ef3c04b7155e74fb8509;hp=853cc61e6673987acb9fd5286874a3ae805fad60;hb=e6a5e4fdeac339f87e2d4153f6cbba6c46a3e844;hpb=a6d7c214124716c01d77896df890a1e798d3248a diff --git a/Jenkinsfile b/Jenkinsfile index 853cc61e6..a15eafe87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,11 +12,11 @@ properties([ def devops_checkout() { dir('devops') { - git url: "${PROJECT_URL_PREFIX}/osm/devops" + git url: "${PROJECT_URL_PREFIX}/osm/devops", branch: params.GERRIT_BRANCH } } -node { +node('docker') { checkout scm devops_checkout()