Newer
Older
jenkins / jenkins.conf
@Pascal Gollor Pascal Gollor on 4 Jun 2017 292 bytes fix spelling bug
##
# @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=8080

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