Newer
Older
jenkins / jenkins.conf
##
# @file jenkins.conf
# @author Pascal Gollor
# @date 2017-04-04
#
#
# Use 0.0.0.0 instead of 127.0.0.1 to bin on all interfaces
#

# http bind host and port
JENKINS_HTTP_BIND=127.0.0.1
JENKINS_HTTP_PORT=8081

# java api bind host and port
JENKINS_API_BIND=127.0.0.1
JENKINS_API_PORT=50000

# additional java options like
# -Dhudson.footerURL=http://mycompany.com
JENKINS_ADDITIONAL_JAVA_OPTS=""


# Timezone one of /usr/share/zoneinfo
TZ=Europe/Berlin