Adjust GIT_BASE for fuel and apex verify/merge jobs 70/1170/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 12 Aug 2015 16:38:06 +0000 (18:38 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 12 Aug 2015 16:38:06 +0000 (18:38 +0200)
Verify and merge jobs are tied to a none-LF server and GIT_BASE
should be https instead of ssh

JIRA: OCTO-118 OCTO-120

Change-Id: I38b56eb081ccf42c19b15b4913ced6ed13a08782
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/apex/apex.yml
jjb/fuel/fuel.yml

index 6420ec6..46e578b 100644 (file)
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
 
     scm:
         - gerrit-trigger-scm:
index 1694909..e108051 100644 (file)
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
+
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
             project: '{project}'
         - gerrit-parameter:
             branch: 'master'
+        - string:
+            name: GIT_BASE
+            default: https://gerrit.opnfv.org/gerrit/$PROJECT
+            description: "Used for overriding the GIT URL coming from Global Jenkins configuration in case if the stuff is done on none-LF HW."
+
 
     scm:
         - gerrit-trigger-scm: