Merge "Add call to run shellcheck"
[releng.git] / jjb / releng / testapi-automate.yml
index 0b6c36e..dd76538 100644 (file)
 - job:
     name: 'testapi-mongodb-backup'
 
-    slave-label: 'testresults'
-
     parameters:
+        - label:
+            name: SLAVE_LABEL
+            default: 'testresults'
+            description: 'Slave label on Jenkins'
         - project-parameter:
-            project: '{project}'
-            branch: '{branch}'
+            project: 'releng'
+            branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/releng
+            description: 'Git URL to use on this Jenkins Slave'
 
     scm:
         - git-scm