diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-08-12 18:38:06 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-08-12 18:38:06 +0200 |
commit | 3d9dad406836560c532eddd0842f9af1be35de61 (patch) | |
tree | 42d201328c5280116f709bee49e977835aa1c51b /jjb/apex | |
parent | a641caebd01402977fb0d0364c492df598e8a7e2 (diff) |
Adjust GIT_BASE for fuel and apex verify/merge jobs
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>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 6420ec602..46e578b6e 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -31,6 +31,11 @@ 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}' @@ -86,6 +91,10 @@ 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: |