본문
[2019.01.23] 03. Mac에 Jenkins 설치
컴퓨터/이론: 개발 2019. 1. 23. 20:27
도입
이번 포스팅에서는 Mac 로컬에 Jenkins 설치를 정리할 예정이다.
설치
Step1. Jenkins 설치 확인
1 2 | -> brew ls jenkins Error: No such keg: /usr/local/Cellar/jenkins | cs |
Step2. Jenkins 설치
1 2 | -> brew install jenkin # ... installing | cs |
Step3. Jenkins 설치 확인
1 2 3 4 5 | -> brew ls jenkins /usr/local/Cellar/jenkins/2.161/bin/jenkins /usr/local/Cellar/jenkins/2.161/bin/jenkins-cli /usr/local/Cellar/jenkins/2.161/homebrew.mxcl.jenkins.plist /usr/local/Cellar/jenkins/2.161/libexec/ (2 files) | cs |
Step4. Jenkins 실행
1 | -> brew services start jenkins | cs |
Step5. Jenkins 초기 password 확인
1 | -> cat /Users/Heepie/.jenkins/secrets/initialAdminPassword | cs |
스크린 샷
#install jenkins #jenkins 설치 #젠킨스 설치
'컴퓨터 > 이론: 개발' 카테고리의 다른 글
자바 함수형 인터페이스 (0) | 2019.05.05 |
---|---|
Git 라이센스 개념 및 주의할 점 (0) | 2019.03.17 |
[2019.01.23] 02. Mac에 Tomcat 설치 (0) | 2019.01.23 |
[2019.01.02] 32. TPS 용어 정리 (0) | 2019.01.02 |
[2019.01.02] 31. SPDY 용어 정리 (0) | 2019.01.02 |
댓글