Text box to display a global banner on the Jenkins homepage.
Useful for maintenance notifications, downtime alerts, or announcements.
Maven Project Configuration
Global MAVEN_OPTS — Java options for all Maven builds (e.g., memory limits, proxy):
Local Maven Repository:
You can override the default ~/.m2/repository.
Useful for caching or sharing repository location on agents.
Executors
# of Executors: Configure how many parallel jobs this master node (or agent) can run.
Example: 2 means the Jenkins master can run 2 jobs at once.
Labels
Tags assigned to the node for job targeting (e.g., linux, docker, gpu).
Usage
Set to “Use this node as much as possible” (default behavior for job scheduling).
Computer Retention Check Interval
How often (in seconds) Jenkins checks for idle agents for potential disconnection (default: 60s).
Quiet Period
Wait time (in seconds) before starting a job after it's triggered.
Example: 5 = Wait 5 seconds before triggering a build.
SCM Checkout Retry Count
If source code checkout fails, Jenkins will retry this many times.
Example: 0 = no retries.
Restrict Project Naming
Limit naming formats for new jobs. If enabled, only allowed patterns can be used.
Jenkins Location
Jenkins URL:
Used in emails, webhooks, CLI interactions.
Current: http://34.230.89.21:8080/
System Admin E-mail:
Used as the "from" address for Jenkins notifications.
Not configured by default; typically set to nobody@nowhere.
If the System Admin E-mail is not configured, notifications may use a default or invalid address (nobody@nowhere). Configure this to ensure emails are delivered correctly.
Global Properties
Define environment variables and custom tool paths that apply to all jobs and agents.