* 본 설정은 Windows 에서의 Apache Tomcat 서버 구성환경에서의 설정입니다.
1. Jenkins 다운로드 ( war 파일 기반 설치 )
- 아래 사이트에서 JAVA 버전에 맞는 war 파일을 다운로드 받습니다.
Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
www.jenkins.io
2. 다운받은 war 파일을 Apache Tomcat 아래의 WebApps 폴더에 복사하면 자동으로 jenkis 폴더가 생성되며 설치됩니다.
3. http://도메인:포트/jenkins 로 접속하면 아래와 같이 Jenkins 화면이 로딩됩니다.