July 2017
Intermediate to advanced
374 pages
8h
English
Jenkins can be used mainly to either build a particular application code, or to deploy code over any infrastructure platform (that is, for continuous deployment).
Nowadays, organizations store their application code over any version control system, such as Git, where the administrator has central control, and can provide the required access based on the user role. Also, since we are talking of continuous integration, then it is recommended to store the application code at a centralized location with version control to maintain the integrity of the code.
So, in order to maintain the version code, make sure you install the Git plugin from the Manage plugin panel.
To clone a Git repository via Jenkins, you need to enter ...