Jenkins : Offline Jenkins Installation

This document contains strategies for installing Jenkins on a machine that does not have an internet connection.

To install Jenkins itself, download the appropriate war file and transfer it to your machine.

Plugins are a different matter, due to dependency requirements. Two obvious choices are:
1) Install Jenkins and add required plugins on a network-attached computer. Make an archive of the Jenkins directory structure and transfer it to the offline machine.
2) Transfer Jenkins and plugin files separately and install on offline computer.

If you want to transfer the individual plugins, you'll need to retrieve all dependencies as well. There are several dependency retrieval scripts on Github. For example: