[Jenkins] 3. Integration with Git
Last updated
Last updated
(1.) Install Xcode plugins and Git plugins
install Xcode integration, GitLab, Gitlab Authentication, Keychains and Provisioning Profiles Management.
(2.) Create a project with Free-Style configuration
(3.) Select Git on Source Code Management page, enter the Repository URL from your git project. (recommend SSH)
(4.) Add a credential
select SSH User Name With Private Key and enter your SSH private key.
you can use below command to copy your SSH private key:
(5.) Select your credential and you will get this screen