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
'general java' 카테고리의 다른 글
| intellij 기본 jvm 메모리 설정 변경 (느린 이유는 intellij 메모리 설정) (0) | 2019.01.24 |
|---|---|
| java.io.IOException: Unable to open "edu/stanford/nlp/models/pos-tagger/english-left3words/english-left3words-distsim.tagger" as class path, filename or URL 해결하기 (0) | 2018.10.17 |
| 리눅스 장비에서 사용 중인 jenkins plugin 목록 뽑기 (0) | 2018.09.12 |
| spring logback json 출력 (0) | 2018.08.20 |
| javax.validation.ValidationException: HV000183: Unable to initialize 'javax.el.ExpressionFactory'. 해결하기 (0) | 2018.07.30 |
| mvnw 설치하기 (0) | 2018.07.11 |



댓글을 달아 주세요