Prerequisites
for this tour, you will require:
- The following software installed
- Java8 (either a JRE or Java Development Kit (JDK) is fine)
- Docker (navigate to Get Docker at the top of the website to access the Dicker download that’s suitable for your flatform)
Download and run Jenkins
- Download Jenkins.
- Open up a terminal in the download directory.
- Run
Java -jar jenkins.war --httpPort=8080
- Browse to http://localhost:8080
- Follow the instructions to complete the installation.
- Java8 or JRE or JDK 설치 후 부팅. (최초 설치 후 java.exe 의 path 가 설정이 바로 적용이 안되기 때문에 부팅 해야 함.)
- cmd.exe 띄운 후, 젠킨스 설치.
Java -jar jenkins.war --httpPort=8080
- 웹브라우져에서 http://localhost:8080 으로 접속.