#TZ OBS related parameters
OBS_URL=https://build.tz.otcshare.org/
OBS_API_URL=http://10.0.19.10:8001
OBS_API_USERNAME=boss
OBS_API_PASSWD=

#RSA gerrit related parameters
GERRIT_HOSTNAME=
GERRIT_SSHPORT=29418
GERRIT_USERNAME=tizenrobot

#TZ gerrit related parameters
TZ_GERRIT_HOSTNAME=10.0.19.12
TZ_GERRIT_SSHPORT=29418
TZ_GERRIT_USERNAME=tizenrobot

#The parent project of the projects sync to tz
GERRIT_PARENT_PROJECT=rsa-public-project

#Below parameter use regular expression to control
#which obs project in rsa should be sync to tz
SYNC_OBS_PROJECT_PATTERN=^.*\$

#Jenkins local dir to cache git tree. Recommend use ${Jenkins_home}/git 
GIT_CACHE_DIR=

#Name of gerrit project to maintain git-obs-mapping
MAPPING_PRJ=scm/git-obs-mapping
