## Path:        Development/CloudBees Core traditional - Operations Center
## Description: CloudBees Core traditional - Operations Center
## Type:        string
## Default:     "/var/lib/cloudbees-core-oc"
## ServiceRestart: cloudbees-core-oc
#
# Directory where Jenkins store its configuration and working
# files (checkouts, build reports, artifacts, ...).
#
JENKINS_HOME="/var/lib/cloudbees-core-oc"

## Type:        string
## Default:     "/bin/bash"
## ServiceRestart: cloudbees-core-oc
#
# Shell used to initialize the Jenkins server's environment.
# Setting this option to the path of a shell executable allows
# initialization of the Jenkins server environment using
# standard shell startup scripts.
# Disabling this option causes the Jenkins server to be run
# with a minimal environment.
#
JENKINS_INIT_SHELL="/bin/bash"

## Type:        string
## Default:     ""
## ServiceRestart: cloudbees-core-oc
#
# Java runtime to run Jenkins
# When left empty, the current system default JRE, as defined
# by update-alternatives(8), is used.
#
JENKINS_JAVA_HOME=""

## Type:        string
## Default:     "cloudbees-core-oc"
## ServiceRestart: cloudbees-core-oc
#
# Unix user account that runs the Jenkins daemon
# Be careful when you change this, as you need to update
# permissions of $JENKINS_HOME and /var/log/cloudbees-core-oc,
# and if you have already run Jenkins, potentially other
# directories such as /var/cache/cloudbees-core-oc.
#
JENKINS_USER="cloudbees-core-oc"

## Type:        integer(-20:20)
## Default:     0
## ServiceRestart: cloudbees-core-oc
#
# The nice level at which the Jenkins server (and its build jobs) run.
#
JENKINS_NICE="0"

## Type:        string
## Default:     "-Djava.awt.headless=true"
## ServiceRestart: cloudbees-core-oc
#
# Options to pass to java when running Jenkins.
#
JENKINS_JAVA_OPTIONS="-Djava.awt.headless=true"

## Type:        integer(0:65535)
## Default:     8888
## ServiceRestart: cloudbees-core-oc
#
# Port Jenkins is listening on.
# Set to -1 to disable
#
JENKINS_PORT="8888"


## Type:        integer(1:9)
## Default:     5
## ServiceRestart: cloudbees-core-oc
#
# Debug level for logs -- the higher the value, the more verbose.
# 5 is INFO.
#
JENKINS_DEBUG_LEVEL="5"

## Type:        yesno
## Default:     no
## ServiceRestart: cloudbees-core-oc
#
# Whether to enable access logging or not.
#
JENKINS_ENABLE_ACCESS_LOG="no"

## Type: string
## Default: ""
## ServiceRestart: cloudbees-core-oc
#
# Pass arbitrary arguments to Jenkins.
# Full option list: java -jar cloudbees-core-oc.war --help
#
JENKINS_ARGS=""