0 votes
in Jenkins by
What are the common use cases Jenkins is used for?

1 Answer

0 votes
by

Jenkins being open-source automation can be used for any kind of software-based automation. Some of the common use-cases include but not limited to –

  • Software build jobs
  • Sanity/Smoke/CI/Regression test jobs
  • Web/Data Scraping related jobs
  • Code coverage measurement jobs
  • General-purpose automation
  • Reverse Engineering jobs
  • Key Decoding jobs & many other jobs where software automation will be applicable.
...