You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
7. Jenkins Maven Project(Item) 생성
Item(Project) 생성
Maven Project
를 볼 수 있음Maven Project
를 선택 후 아이템을 만듬Maven Project 설정
General 설정
소스 코드 관리 설정
Build 설정
pom.xml
clean compile package
Credentials : 만약 repository가 private 이라면 해당 계정을 입력해야 함
주의할 점이 repository에서 build할 branch 임
기본적으로
*/master
라고 되어있을 수 있는데 main branch를 build하려면*/main
이 되어야 함Maven Project 빌드해보기

- 성공적으로 build 되었음을 확인할 수 있음Workspace 확인
container 내의 shell에서 확인
Maven-Project
확인 가능pom.xml
도 확인이 가능하다hello-world.war
라는 package 파일을 확인할 수 있다.Beta Was this translation helpful? Give feedback.
All reactions