Integration tests

Jenkins

Easy of use and extremely extensible

Plugins-oriented.

Hosted

vs cloud-centric.

Distributed builds

Master/slaves architecture.

Jenkins vocabulary

Job: a runnable task.

Node: a master or slave machine.

Build Executor: a stream of builds to run.

Plugin: module that extends the core functionality.

Pipeline: definition of the steps to be executed.

Last updated