Software Test
Jenkins 설치
ZeroDev
2019. 12. 21. 20:28
반응형
Jenkins 설치방법에 대해 정리하겠다.
우선, 아래 주소로 접속하여 war 파일을 다운로드 받아야 한다.
Jenkins installation and setup
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
jenkins.io
cmd 창을 키고 jenkins.war 가 다운로드된 경로로 이동
e.g. cd C:\Users\Jenkins
그 다음 jenkins.war를 실행시키면 되는데 8080 포트를 쓰고 있는 경우 아래와 같은 명령어로 jenkins를 구동하면 된다.
java -jar jenkins.war --httpPort=8090
반응형