Which of the following statements are TRUE about Jenkins Pipeline?
Choose 2 answers
A Pipeline job must contain at least three stages.
It is not possible to call a Freestyle Job from within a Pipeline Job.
The Pipeline syntax supports running steps in parallel on different agents.
When using a Multibranch Pipeline, Jenkins can automatically create Jobs for each branch in the source code repository.
Pipeline jobs survive master restarts only If the Pipeline definition script Is checked into an SCM.
Submit