A team is transitioning to microservices and needs their Jenkins CI/CD pipeline to handle multiple services independently. They should use ________.

  • Jenkins Freestyle Project
  • Jenkins Matrix Project
  • Jenkins Multibranch Pipelines
  • Jenkins Parameterized Build
The Jenkins Multibranch Pipelines is ideal for handling multiple services independently, especially in a microservices architecture. It allows the team to manage different branches as separate pipelines, making it suitable for microservices development.
Add your answer
Loading...

Leave a comment

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