book
  • README
  • cheatsheet
    • bash
      • builtin
      • syntactic sugar
      • cmd
      • havefun
    • text-processing
      • awk
      • sed
      • html
      • json
      • regex
      • unicode
    • osx
    • curl
    • tricky
    • widget
    • proxy
    • colors
    • math
    • media
    • ssl
      • keystore
      • verification
      • server
      • client
      • tricky
    • windows
      • powershell
      • choco
      • wsl
      • wt
      • shortcut
      • clsid
      • env
      • shell:folder
  • vim
    • nvim
    • install
    • color
    • plugins
      • usage
      • other plugins
      • deprecated
    • tricky
    • viml
    • windows
    • troubleshooting
  • devops
    • admin tools
    • ssh
    • git
      • config
      • alias
      • submodule
      • eol
      • example
      • gerrit
        • gerrit API
      • github
      • troubleshooting
      • tricky
      • statistics
    • pre-commit
    • release-tools
    • tmux
      • cheatsheet
    • ansible
    • vault
    • artifactory
      • api
      • cli
      • aql
      • nginx cert
    • klocwork
      • kwadmin
      • kwserver
      • api
      • q&a
    • elk
    • mongodb
    • android
    • mobile
  • jenkins
    • config
      • windows
    • appearance
    • troubleshooting
    • jenkinsfile
      • utility
      • parallel
      • build
      • envvar
      • properties
      • trigger
      • node
    • script
      • job
      • build
      • stage
      • agent
      • security & authorization
      • exception
      • monitor
      • tricky
    • api
      • blueocean
    • cli
    • plugins
      • kubernetes
      • docker
      • shared-libs
      • lockable-resource
      • ansicolor
      • badge
      • groovy-postbuild
      • simple-theme
      • customizable-header
      • artifactory
      • jira-steps
      • job-dsl
      • build-timeline
      • crumbIssuer
      • coverage
      • uno-choice
      • tricky
  • virtualization
    • kubernetes
      • init
        • kubespray
        • kubeadm
          • environment
          • crio v1.30.4
          • docker v1.15.3
          • HA
        • addons
        • etcd
      • kubectl
        • pod
        • deploy
        • replicasets
        • namespace
        • secrets
      • node
      • certificates
      • events
      • kubeconfig
      • kubelet
      • troubleshooting
      • cheatsheet
      • auth
      • api
      • tools
        • monitor
        • helm
        • network
        • minikube
    • docker
      • run & exec
      • voume
      • remove
      • show info
      • dockerfile
      • dockerd
      • tricky
      • troubleshooting
      • windows
    • crio
    • podman
  • ai
    • prompt
  • osx
    • apps
      • init
      • brew
    • defaults
    • system
    • network
    • script
    • tricky
  • linux
    • devenv
    • util
      • time & date
      • output formatting
      • params
      • tricky
    • nutshell
    • disk
    • network
    • troubleshooting
    • system
      • apt/yum/snap
      • authorization
      • apps
      • x11
    • ubuntu
      • systemctl
      • x
    • rpi
  • programming
    • groovy
    • python
      • config
      • basic
      • list
      • pip
      • q&a
    • others
    • archive
      • angular
      • maven
      • mysql
        • installation
        • logs
      • ruby
        • rubyInstallationQ&A
  • tools
    • fonts
    • html & css
    • Jira & Confluence
    • node & npm
      • gitbook
      • hexo
      • github.page
      • code themes
    • app
      • microsoft office
      • vscode
      • virtualbox
      • iterm2
      • browser
      • skype
      • teamviewer
      • others
  • quotes
  • english
Powered by GitBook
On this page
  • upload via api
  • plugins

Was this helpful?

  1. jenkins

plugins

PreviouscliNextkubernetes

Last updated 6 months ago

Was this helpful?

reference:

$ curl -i -F file=@plugin.hpi http://${JENKINS_URL}/pluginManager/uploadPlugin

# via CLI
$ ssh ${JENKINS_URL} install-plugin https://artifactory.example.com/jenkins/plugins/pipeline-timeline.hpi
Installing a plugin from https://artifactory.example.com/jenkins/plugins/pipeline-timeline.hpi

# via [plugin-installation-manager-tool](https://github.com/jenkinsci/plugin-installation-manager-tool)
$ java -jar jenkins-plugin-manager-$version.jar \
       --plugin-download-directory pluginsFolder \
       --plugin-file plugins.yml \
       --war jenkins.war
  • other apis

plugins

recommended plugins

optinal

due to

pluginManager/installNecessaryPlugins
Artifactory
Git plugin
Gerrit Code Review plugin
Gerrit Trigger
Kubernetes
Docker Commons Plugin
Pipeline
Pipeline Utility Steps
Step reference
Pipeline Steps Reference
Blue Ocean
Copy Artifact
JUnit Plugin
Build Trigger Badge Plugin
Groovy Postbuild
Active Choices Plug-in
AnsiColor
Build Timestamp Plugin
Docker Pipeline
Email Extension
Environment Injector Plugin
Green Balls
Job Configuration History Plugin
Lockable Resources plugin
Matrix Authorization Strategy Plugin
Monitoring
Rebuilder
ThinBackup
Sectioned View
Parameterized Scheduler
Metrics
Validating String Parameter
Klocwork Analysis
Strict Crumb Issuer Plugin
SECURITY-626
JobFanIn
Pipeline Aggregator
Active Directory plugin
Delivery Pipeline Plugin
Log Parser Plugin
httpRequest
Streamlining Your Workflow With the Jenkins HTTP Request Plugin: A Guide to Replacing CURL in Scripts
CloudBees
CloudBees Template plugin
Folders Plus plugin
Jenkins Health Advisor by CloudBees
CloudBees Monitoring Plugin
CloudBees Plugin Usage Analyzer plugin
plugin index
Pipeline Syntax
Pipeline Best Practices
jenkinsci/plugin-installation-manager-tool
jenkinsci/docker/install-plugins.sh
gitops-playground/scripts/jenkins/plugins/download-plugins.sh
gitops-playground/scripts/jenkins/init-jenkins.sh
jenkins/core/src/main/java/hudson/PluginManager.java
* How to Install Jenkins Plugins From Command Line Using the Jenkins CLI
hoesler/install_jenkins_plugin.sh
upload via api
upload via api
plugins
recommended plugins
optinal
CloudBees