Google News
logo
Java Jenkins - Interview Questions
What are the pre-requisites for using Jenkins?
The answer to this is pretty straightforward. To use Jenkins you require :
 
* A source code repository which is accessible, for instance, a Git repository.
* A working build script, e.g., a Maven script, checked into the repository.
Advertisement