Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.21 KB

SourceBuildInstallation.md

File metadata and controls

33 lines (28 loc) · 1.21 KB

Plugin Source Build Installation

  1. Clone the plugin and enter the directory:
    git clone git@github.com:jenkinsci/google-kubernetes-engine-plugin.git
    cd google-kubernetes-engine-plugin
  2. Checkout the branch that you would like to build from:
    git checkout <branch name>
  3. Build the plugin into a .hpi plugin file:
    mvn compile hpi:hpi
  4. Go to Manage Jenkins then Manage Plugins.
  5. In the Plugin Manager, click the Advanced tab and then Choose File under the Upload Plugin section.
  6. Choose the Jenkins plugin file built in Step 3.
  7. Click the Upload button.