File jenkins-agent.sysconfig of Package jenkins-agent

# This file is part of the jenkins-agent package
#
# Copyright (C) 2023 SUSE LLC
# Author: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>

## Description: Jenkins Agent configuration

## Type: string
## Default: ""
#
# Base URL of the Jenkins controller.
# Needs to be reachable. Example: "https://ci.example.com".
# Setting this option is mandatory.
#
JENKINS_BASE=""

## Type: string
## Default: ""
#
# URL to the agent JNLP file.
# This option is mandatory.
#
JENKINS_AGENT_JNLP_URL=""

## Type: string
## Default: ""
#
# Additional launch parameters.
# Include "-secret <node secret>" for authenticated agent communication. This is mandatory if security is enabled in the Jenkins instance.
#
JENKINS_AGENT_ARGUMENTS=""

## Type: string
## Default: "/var/opt/jenkins"
#
# Working directory for the agent.
# Changing this will erase the default directory.
# This option is mandatory.
#
JENKINS_AGENT_WORK_DIR="/var/opt/jenkins"
openSUSE Build Service is sponsored by