Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- #화면캡쳐 #macOS
- 년말
- Spring Boot
- Lambda
- jv
- #Gradle Multi project with IntelliJ
- 방법론
- 프로젝트 시작
- #정규표현식
- bootstrap
- 감사
- Microservices
- java
- WebJar
- 토익
- docker #docker tutorial
- 평가인증
- #Microservice
- #단축키
- 2010
- 분석 작업
Archives
- Today
- Total
사랑해 마니마니
Jenkin, maven, git 연동하기 본문
Git 설치하기
- https://git-scm.com/에 git download받아 설치하기
- $ git --version으로 잘 설치되었는지 확인하기
Jenkins에 github plugin 설치하기
- Main > Manage Jenkins > Manage Plugins > Available 탭
- Filter에 GitHub 입력하고 검색
- GitHub: This plugin integrates GitHub to Jenkins 체크
- Install without restart 선택하기 > Installing Plugins/Upgrades 진행
- Main > Manage Jenkins > Manage Plugins > installed 탭에서 설치된 플러그인 확인하기
로컬 Maven 설치하기
- https://maven.apache.org/download.cgi에서 download 받아 설치하기, 여기서는 binary zip을 다운로드 받아보자
- macos의 경우 ~/Docuement에 압축을 풀고
- ~/.bash_profile에 export PATH=_maven_bin_directory_:$PATH 추가하고
- $ source ~/.bash_profile로 활성화
- $ mvn -v로 확인해 보기
Comments