Set Jenkins parameter 'GIT_BASE' for overriding the default value 25/53925/2
authortrevortao <trevor.tao@arm.com>
Fri, 16 Mar 2018 02:48:21 +0000 (10:48 +0800)
committertrevortao <trevor.tao@arm.com>
Fri, 16 Mar 2018 03:03:40 +0000 (11:03 +0800)
Set Yardstick Jenkins job's parameter 'GIT_BASE' for overriding the default
GIT URL from Global Jenkins configuration.

Change-Id: I6fe4a67589aa391c5bc7ac4433509dcfcce858c6
Signed-off-by: trevortao <trevor.tao@arm.com>
jjb/container4nfv/yardstick-arm64.yml

index 03c6873..9b8b271 100644 (file)
           name: CI_DEBUG
           default: 'false'
           description: "Show debut output information"
           name: CI_DEBUG
           default: 'false'
           description: "Show debut output information"
+      - string:
+          name: GIT_BASE
+          default: https://gerrit.opnfv.org/gerrit/$PROJECT
+          description: "Used for overriding the GIT URL coming from Global Jenkins configuration."
 
     scm:
       - git-scm
 
     scm:
       - git-scm