목적
git에서 web소스를 수신 후, tomcat 하단 webapp으로 디플로이 자동화
참고
tomcat installation
Jenkins 설정
maven
jenkins관리 > global tool configuration>maven >
- name : m3
- install automatically : check
- version : 3.6
새로운 아이템
Freestyle project
- 소스코드관리 : git repository url
https://github.com/ValaxyTech/hello-world
를 개인 GitHub repository에 fork해서 사용하는 것을 추천 함
Build
Maven version : M3
Goals : clean install package
빌드 후 조치
- WAR/EAR files :
728x90
반응형
'Software활용' 카테고리의 다른 글
Build a Node.js and React app with npm on jenkins (0) | 2020.03.27 |
---|---|
Mattermost install with docker-composer on Centos7 (0) | 2020.03.27 |
Jenkins on centos7 (0) | 2020.03.27 |
Jenkins Basic (0) | 2020.03.27 |
wildfly (Jboss AS) installation with Postgresql driver on Mac (0) | 2020.03.27 |