S

Satya • 2.31K Points
Master

Q. What does the 'parallel' block do in a Jenkins pipeline?

  • (A) Runs stages one after another
  • (B) Skips stages based on condition
  • (C) Executes multiple branches at the same time
  • (D) Waits for user input
  • Correct Answer - Option(C)
  • Views: 5
  • Filed under category Jenkins
  • Hashtags:

Explanation by: Satya
The 'parallel' block allows simultaneous execution of multiple tasks/stages.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.