Newer
Older
jenkins / jenkins.conf
@Pascal Gollor Pascal Gollor on 4 Apr 2017 260 bytes initial commit
##
# @file jenkins.conf
# @author Pascal Gollor
# @date 2017-04-04
#
#
# User 0.0.0.0 instead of 127.0.0.1 to bin on all interfaces
#

# http bind host and port
HTTP_BIND=127.0.0.1
HTTP_PORT=8080

# java api bind host and port
API_BIN=127.0.0.1
API_PORT=50000