InterviewSolution
Saved Bookmarks
| 1. |
What Is The Requirement For Using Jenkins? |
|
Answer» For using JENKINS, you have to need a source code repository which is ACCESSIBLE. For example, a Git repository and a WORKING build SCRIPT, e.g., a MAVEN script, checked into the repository. For using Jenkins, you have to need a source code repository which is accessible. For example, a Git repository and a working build script, e.g., a Maven script, checked into the repository. |
|