From: Fatih Degirmenci Date: Tue, 21 May 2019 10:14:29 +0000 (+0200) Subject: Addd ODL Gerrit parameters to global jjb macros X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F1251%2F1;p=infra%2Fcicd.git Addd ODL Gerrit parameters to global jjb macros Change-Id: I320360138310b1d5bd43a890cb89086f762cb2d8 --- diff --git a/jjb/global/jjb-macros.yaml b/jjb/global/jjb-macros.yaml index b96a205b0..0d9e530ea 100644 --- a/jjb/global/jjb-macros.yaml +++ b/jjb/global/jjb-macros.yaml @@ -74,6 +74,22 @@ default: ssh://$GERRIT_USER@gerrit.acumos.org:29418 description: SSH URL to Project Repo on Acumos Gerrit to clone repo +- parameter: + name: odl-gerrit-parameters + parameters: + - string: + name: GERRIT_USER + default: nordix + description: Non-interactive user to stream Gerrit Events on ODL Gerrit + - string: + name: GIT_BASE_HTTPS + default: https://git.opendaylight.org/gerrit + description: HTTPS URL to Project Repo on OODL Gerrit to clone repo + - string: + name: GIT_BASE_SSH + default: ssh://$GERRIT_USER@git.opendaylight.org:29418 + description: SSH URL to Project Repo on ODL Gerrit to clone repo + # defaults for job build history - property: name: logrotate-default