Skip to content

Commit

Permalink
make some variables to be specifiable
Browse files Browse the repository at this point in the history
  • Loading branch information
knjname committed May 3, 2014
1 parent 0f02d8a commit ada350a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master/resources/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ JENKINS_CONFIG_XML="${JENKINS_HOME}/config.xml"
# IP address Jenkins listens on for HTTP requests.
# Default is all interfaces (0.0.0.0).
#
JENKINS_LISTEN_ADDRESS=""
: ${JENKINS_LISTEN_ADDRESS:=""}

## Type: integer(0:65535)
## Default: ""
Expand All @@ -131,7 +131,7 @@ JENKINS_LISTEN_ADDRESS=""
# HTTPS port Jenkins is listening on.
# Default is disabled.
#
JENKINS_HTTPS_PORT=""
: ${JENKINS_HTTPS_PORT:=""}

## Type: string
## Default: ""
Expand All @@ -140,7 +140,7 @@ JENKINS_HTTPS_PORT=""
# IP address Jenkins listens on for HTTPS requests.
# Default is disabled.
#
JENKINS_HTTPS_LISTEN_ADDRESS=""
: ${JENKINS_HTTPS_LISTEN_ADDRESS:=""}

## Type: integer(0:65535)
## Default: -1
Expand All @@ -158,7 +158,7 @@ JENKINS_HTTPS_LISTEN_ADDRESS=""
# IP address Jenkins listens on for Ajp13 requests.
# Default is all interfaces (0.0.0.0).
#
JENKINS_AJP_LISTEN_ADDRESS=""
: ${JENKINS_AJP_LISTEN_ADDRESS:=""}

## Type: integer(1:9)
## Default: 5
Expand Down

0 comments on commit ada350a

Please sign in to comment.