Wednesday, August 23, 2017

Build Automation: jenkins

1. Provide a view on the browser

This is similar to what Github can do.

2. Automate the build

Traditionally, after developers check in codes, we build the package for deploying to various environments for testing.  QA executes the tests against the env and log bugs if they find anything.

Jenkins is for automating these processes.

No comments: