Wook No.1
Jenkins 설치(Mac OS) 본문
우선 맥에 brew가 깔려있지 않다면 터미널에서 brew를 설치
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Jdk 설치 안되어 있으면 설치
https://wookno1.tistory.com/34
1. Jenkins 설치
$ brew install jenkins
2. Jenkins 외부접속 허용 하기(IP 설정 파일 열기)
$ cd /usr/local/opt/jenkins
$ vi homebrew.mxcl.jenkins.plist
httpListenAddress=127.0.0.1 -> httpListenAddress=0.0.0.0
httpPort -> Jenkins 접속 포트 변경
3. Jenkins 실행 / 재실행 / 중지
$ brew services start jenkins
$ brew services stop jenkins
$ brew services restart jenkins
'ETC' 카테고리의 다른 글
SQLDeveloper 오류: Locale not recoginized (0) | 2022.05.25 |
---|---|
Jenkins 구성(Mac OS) (0) | 2022.04.14 |
안드로이드 디바이스 화면 미러링 (0) | 2022.04.14 |
안드로이드 스튜디오 프로젝트 Git 연결 (0) | 2022.02.03 |
구글 OAuth2.0 API (0) | 2021.07.12 |
Comments