Which feature in Jenkins is used to manage job dependencies in a complex workflow?

  • Build Triggers
  • Downstream/Upstream Projects
  • Parameterized Builds
  • Pipeline Stages
The Downstream/Upstream Projects feature in Jenkins is used to manage job dependencies in a complex workflow. It allows one job to trigger the execution of downstream jobs based on the completion of the upstream job.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *