0 votes
in Jenkins by
What is the requirement for using Jenkins?

1 Answer

0 votes
by

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

...