---restore content starts---
Jenkins is a widely used Visual Web tool for continuous building, which is the "automated" compilation, packaging, and distribution deployment of various projects. Jenkins can support a variety of languages (such as Java, C #, PHP, etc.) project building, but also fully compatible with Ant, Maven, Gradle and other third-party building tools, while with SVN, git can seamlessly integrate, also support direct and well-known source code hosting site, such as GitHub, BitBucket direct integration.
First, install Jenkins:
Two different ways:
1) Terminal command input:brew install jenkins
2) Visit website: https://jenkins.io/download, download.
When the installation is successful, the Safari browser opens: http://localhost:8080/login?from=/
Second, Jenkins password settings:
In http://localhost:8080, the login screen will appear, if the administrator, the user name is: admin. Password in the directory/users/shared/jenkins/home under Secrets, if not open, you can modify read and write permissions, open Secrets directory Initialadminpassword file, password for the first knowledge password.
You can reset the initial password in settings.
Third, install the plug-in:
Can be installed: Gitlab plug-in, Xcode integration plugin, Credentials Plugin plugin, keychains and Provisioning Profiles Management plug-in, post-build Sc Ript Plug-in Plug-in
Iv. New Project:
To enter the configuration interface:
---restore content ends---
Build an automated packaging environment with Jenkins for continuous integration with IOS projects