CJE Master Bundle 2026 - Page 1
,QUESTION 1
(formerly Master)?
Executing build scripts
Orchestrating builds and managing configurations
Storing Docker images
Running linting tools
Rationale: The Controller handles the UI, build scheduling, and environment
management.
QUESTION 2
the configuration?
XML
JSON
YAML
Groovy DSL
Rationale: JCasC uses YAML for reproducible configuration.
QUESTION 3 PIPELINE
environment
tools
agent
stages
Rationale: The 'agent' directive specifies where the pipeline runs.
CJE Master Bundle 2026 - Page 2
,QUESTION 4 | PIPELINE
Increase home directory size
Promote code reuse and standardization
Bypass security
Run Python directly
Rationale: Shared libraries allow sharing common logic across pipelines.
QUESTION 5 SECURITY
folders?
Full control
based
Role-Based Access Control (RBAC)
Legacy mode
Rationale: RBAC/Role-Based Strategy allows fine-grained access via patterns.
QUESTION 6 SECURITY
Hardcode them
Use the 'credentials' helper method
Store in public Git
Print to console
Rationale: The credentials helper injects secrets securely.
CJE Master Bundle 2026 - Page 3
, QUESTION 7 | PIPELINE
concurrent
parallel
multi
split
Rationale: The 'parallel' directive enables simultaneous execution.
QUESTION 8 PIPELINE
Define variables
Execute steps based on build outcome
Database connection
Install plugins
Rationale: Post-actions run based on success, failure, or other conditions.
QUESTION 9 PLUGINS
GitHub Integration
GitLab Plugin
Webhook Trigger
CloudBees GitHub Core
Rationale: GitHub Integration provides the endpoint for push events.
CJE Master Bundle 2026 - Page 4