Modified Jenkinsfile to disable stage3 install in feature5837 branch
[osm/osmclient.git] / Jenkinsfile
index f346cac..118744a 100644 (file)
@@ -16,7 +16,7 @@ def devops_checkout() {
     }
 }
 
-node {
+node('docker') {
     checkout scm
     devops_checkout()
 
@@ -27,6 +27,6 @@ node {
                            params.GERRIT_BRANCH,
                            params.GERRIT_REFSPEC,
                            params.GERRIT_PATCHSET_REVISION,
-                           params.TEST_INSTALL,
+                           false,
                            params.ARTIFACTORY_SERVER)
 }