'2019/06/15'에 해당되는 글 2건

  1. 2019.06.15 jenkins - plugin 다운받기 위해 해야 할일
  2. 2019.06.15 [jenkins] jenkins setupwizard


젠킨스를 설치한 후 바로 plugin을 다운받을 수 없다. connection timeout이 발생할 것이다.


젠킨스(jenkins) 플러그인을 다운받으려면 수동으로 다음을 진행한다. 


1. 먼저

Manage Jenkins -> Configure Global Security -> Plugin Manager and check the box for Use browser for metadata download.


2. plugin 관리에서 Proxy 서버를 추가해야 한다.

https://wiki.jenkins.io/display/JENKINS/JenkinsBehindProxy



Posted by '김용환'
,


war 파일의 jenkins를 처음 실행하면 




https://wiki.jenkins.io/display/JENKINS/Features+controlled+by+system+properties


-Djenkins.install.runSetupWizard=false



Set to false to skip install wizard. Note that this leaves Jenkins unsecured by default. 

Development-mode only: Set to true to not skip showing the setup wizard during Jenkins development.


NOTE: This property is only effective the first time you run Jenkins in given JENKINS_HOME.


war 파일을 사용하는 관점에서 JENKINS_HOME 디렉토리가 이미 존재한 상태에서 -Djenkins.install.runSetupWizard=false에 jenkins jvm 옵션에 적용 -Djenkins.install.runSetupWizard=false에 jenkins jvm 옵션에 적용하면 계속 setup wizard 화면이하면 계속 setup wizard 화면이 나온다.

즉 JENKINS_HOME이 이미 존재한 상태라면 해당 디렉토리를 지우고(잠깐 비우거나 함) 


Posted by '김용환'
,