Development Operations - Technology
Jenkins
Automation server commonly used to build, test and deploy software through CI/CD pipelines
What's it for?
Automatically builds, tests and releases software so teams do not have to run the same steps by hand.
For example…
Jenkins automatically builds the application and runs its test suite whenever a developer pushes code
When developers finish a change to a website, Jenkins automatically checks the new version and, if everything passes, puts it onto a test site