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 '김용환'
,