Which tool is commonly used for Configuration Management in modern software development processes?

  • Git
  • JIRA
  • Jenkins
  • Selenium
Git is a widely-accepted distributed version control system used in modern software development processes. It allows multiple developers to work on the same project simultaneously, keeping track of code versions and changes. Jenkins is primarily a CI/CD tool, JIRA is more for issue tracking, and Selenium is for web testing.
Add your answer
Loading...

Leave a comment

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