Jenkins Unity Build 사전 설정

Jenkins 설치

[DEV] Jenkins Install


Jenkins 설정

GitHub 연동

[DEV] Jenkins GitHub 연동

Plugin 추가

Unity3d Plugin

Jenkins 관리 > 플러그인 관리

image-20220527-033737.png

설치 가능 > unity 검색하여 Unity3d box check > install without restart

image-20220527-035443.png

Global Tool Configuration > Unity3d > Add Unity3d

image-20220527-052627.png
  • Name – Unity Version 을 기입한다.
  • Installation directory – Unity Hub > Installs에서 설치된 경로를 확인하여 기입한다.
스크린샷 2022-05-27 오후 2.22.37.png

Xcode Integration

Jenkins 관리 > Plugin Manager > Xcode integration plugin 추가

image-20220530-082910.png

Jenkins 관리 > 시스템 설정 > Xcode Builder > Apple Development Teams 추가

image-20220531-075549.png
  • Team Name : 식별할 수 있는 이름을 입력한다.
  • Development Team ID : 아래 ID 확인 방법을 참고하여 입력한다.

Apple Developer Team ID 확인

스크린샷 2022-05-31 오후 7.19.50.png
  • Apple developer site > Certificates, Identifiers & Profiles > 우상단
  • Apple developer site > Membership
  • 또는 키체인
스크린샷 2022-05-31 오후 7.24.42.png

Unity Script Import

Download .unitypackage

Builder.unitypackage

03 6월 2022, 12:56 오후

Unity > Assets > Import Package > Custom Package…

스크린샷 2022-06-02 오후 7.07.08.png

Import

스크린샷 2022-06-02 오후 7.06.23.png

참고 자료