Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building an iOS app with Jenkins

I want to automate the iOS app building process that currently is totally manual on a desktop computer (Mac). A central build server Hudson/Jenkins, running on a Gnu/Linux machine, is already available inside the organization infrastructure.

Is it possible to build this iOS app with Jenkins, using tools like Jenkins distributed builds (and so configuring a Mac machine as a slave)?

Do you have any example, know any technique or alternative to do this?

like image 858
lifeisfoo Avatar asked Sep 02 '15 08:09

lifeisfoo


1 Answers

Yes its possible. We are doing this and it works fine. You could configure a Xcode-slave within Jenkins by choosing the Xcode-plugin. There are tons of nice tutorials on the web.

Check out this one for starters.

like image 139
Philip Avatar answered Oct 26 '22 11:10

Philip