Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 1.34 KB

SourceBuildInstallation.md

File metadata and controls

37 lines (32 loc) · 1.34 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. When running a build for the first time, run the clean and package maven goals:
    mvn clean package
    Followed by:
    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.