Change-Id: Idfa76608e796d9e27bbed4a351d16018e9380c59
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
         - 'testapi-automate-{stream}'
         - 'testapi-automate-{phase}-{stream}'
         - 'testapi-verify-{stream}'
-        - 'testapi-mongodb-backup'
 
     project: 'releng'
 
             name: SLAVE_LABEL
             default: 'testresults'
             description: 'Slave label on Jenkins'
+        - project-parameter:
+            project: 'releng'
+            branch: 'master'
         - string:
             name: GIT_BASE
-            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            default: https://gerrit.opnfv.org/gerrit/releng
             description: 'Git URL to use on this Jenkins Slave'
-        - project-parameter:
-            project: '{project}'
-            branch: '{branch}'
 
     scm:
         - git-scm
 
     exit 1
 else
     echo "Uploading mongodump to artifact $artifact_dir"
-    /usr/local/bin/gsutil cp -r "$workspace"/"$file_name" gs://testingrohit/"$artifact_dir"/
+    /usr/local/bin/gsutil cp -r "$workspace"/"$file_name" gs://artifacts.opnfv.org/"$artifact_dir"/
     echo "MongoDump can be found at http://artifacts.opnfv.org/$artifact_dir"
 fi