LoginSignup
5
5

More than 5 years have passed since last update.

Jenkinsのインストールされてるplugin listを出す

Last updated at Posted at 2016-07-13

Docker buildする時点でplugin installするために使う。

スクリプトコンソールに貼る

Jenkins.instance.pluginManager.plugins.each{
  plugin -> 
    println ("${plugin.getShortName()}:${plugin.getVersion()}")
}

result

cloudbees-folder:5.12
mailer:1.17
google-login:1.2.1
icon-shim:2.0.3
matrix-auth:1.4
junit:1.15
antisamy-markup-formatter:1.5
pam-auth:1.3
script-security:1.21
matrix-project:1.7.1
windows-slaves:1.1
ldap:1.12
token-macro:1.12.1
external-monitor-job:1.5
build-timeout:1.17
credentials:2.1.4
structs:1.2
workflow-step-api:2.2
plain-credentials:1.2
credentials-binding:1.8
timestamper:1.8.4
ws-cleanup:0.29
ant:1.3
gradle:1.24
jquery-detached:1.2.1
workflow-api:2.1
workflow-support:2.2
workflow-job:2.3
pipeline-rest-api:1.5
handlebars:1.1.1
momentjs:1.1.1
pipeline-stage-view:1.5
pipeline-build-step:2.2
ace-editor:1.1
workflow-scm-step:2.2
scm-api:1.2
workflow-cps:2.9
ssh-credentials:1.12
git-client:1.19.6
git-server:1.7
workflow-cps-global-lib:2.1
branch-api:1.10
workflow-multibranch:2.8
durable-task:1.11
workflow-durable-task-step:2.3
pipeline-input-step:2.0
pipeline-stage-step:2.1
workflow-basic-steps:2.0
workflow-aggregator:2.2
github-api:1.76
git:2.5.2
github:1.19.2
github-branch-source:1.8.1
github-organization-folder:1.3
mapdb-api:1.0.9.0
subversion:2.6
ssh-slaves:1.11
email-ext:2.44
Result: [Plugin:cloudbees-folder, Plugin:mailer, Plugin:google-login, Plugin:icon-shim, Plugin:matrix-auth, Plugin:junit, Plugin:antisamy-markup-formatter, Plugin:pam-auth, Plugin:script-security, Plugin:matrix-project, Plugin:windows-slaves, Plugin:ldap, Plugin:token-macro, Plugin:external-monitor-job, Plugin:build-timeout, Plugin:credentials, Plugin:structs, Plugin:workflow-step-api, Plugin:plain-credentials, Plugin:credentials-binding, Plugin:timestamper, Plugin:ws-cleanup, Plugin:ant, Plugin:gradle, Plugin:jquery-detached, Plugin:workflow-api, Plugin:workflow-support, Plugin:workflow-job, Plugin:pipeline-rest-api, Plugin:handlebars, Plugin:momentjs, Plugin:pipeline-stage-view, Plugin:pipeline-build-step, Plugin:ace-editor, Plugin:workflow-scm-step, Plugin:scm-api, Plugin:workflow-cps, Plugin:ssh-credentials, Plugin:git-client, Plugin:git-server, Plugin:workflow-cps-global-lib, Plugin:branch-api, Plugin:workflow-multibranch, Plugin:durable-task, Plugin:workflow-durable-task-step, Plugin:pipeline-input-step, Plugin:pipeline-stage-step, Plugin:workflow-basic-steps, Plugin:workflow-aggregator, Plugin:github-api, Plugin:git, Plugin:github, Plugin:github-branch-source, Plugin:github-organization-folder, Plugin:mapdb-api, Plugin:subversion, Plugin:ssh-slaves, Plugin:email-ext]
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5