DevOps / Jenkins Interview questions
Explain "sh" and "junit" pipeline steps.
sh is a Pipeline step (provided by the Pipeline: Nodes and Processes plugin) that executes the given shell command.
junit is another Pipeline step (provided by the JUnit plugin) for aggregating test reports.
More Related questions...