0 votes
in Jenkins by
What is DevOps and in which stage does Jenkins fit in?

1 Answer

0 votes
by

DevOps is a software development practice which blends software development (Dev) with the IT operations (Ops) making the whole development lifecycle simpler and shorter by constantly delivering builds, fixes, updates, and features. Jenkins plays a great role because it helps in this integration by automating the build, test and deployment process.

...