In multibranch, the pipeline names should not contain___________.
Answer options
A
spaces
B
special characters
C
numerics
D
variables
Correct answer: spaces
Explanation
In Jenkins Multibranch Pipelines, pipeline (branch) names must not contain spaces, as spaces in names cause issues with URL encoding and pipeline job naming conventions. Special characters are also problematic, but 'spaces' is the primary restriction stated in the Accenture Primer curriculum.