jenkin migration할 때 어떤 plugin을 설치했는지 모를 때,
jenkins 홈디렉토리에 plugins 디렉토리를 찾아 설치할 수 있다.
jenkins docker에 plugin 목록으로 사용되니 알아두면 좋다.
JENKINS_HOME이 /var/lib/jenkins/plugins 이거라면 아래와 같이 실행해 플러그인 설치 목록을 확인할 수 있다.
$ cd /var/lib/jenkins/plugins
$ ls -al *.jpi | awk '{print $9}' | sed 's/.jpi//'
antisamy-markup-formatter
ant
build-timeout
changelog-history
config-file-provider
credentials
external-monitor-job
git-client
github-api
github
github-oauth
git
icon-shim
javadoc
job-restrictions
junit
ldap
locale
mailer
mapdb-api
matrix-auth
matrix-project
naginator
pam-auth
parameterized-trigger
plain-credentials
pyenv
python
ruby-runtime
scm-api
script-security
shiningpanda
ssh-agent
ssh-credentials
ssh-slaves
structs
subversion
token-macro
windows-slaves
workflow-step-api