#OBS related parameters
OBS_URL=
OBS_API_URL=
OBS_API_USERNAME=
OBS_API_PASSWD=

#Gerrit related parameters
GERRIT_USERNAME=
GERRIT_HOSTNAME=
GERRIT_SSHPORT=29418
GERRIT_SILENT_MODE=0

#Host name of smtp server
SMTP_SERVER=
#The name displayed in mail for jenkins usage
NOREPLY_EMAIL_SENDER=noreply@tizen.org
#Mailinglist which jenkins will send SR notification to it
MAILINGLIST=

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

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

############################################
# Below are sync instance parameters. Please
# enable them when deploy sync instance.
############################################

# Sync target gerrit related parameters
#SYNC_GERRIT_USERNAME=
#SYNC_GERRIT_HOSTNAME=
#SYNC_GERRIT_SSHPORT=29418

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