I want to build an local iPhone project without source control using jenkins. However I havent had any luck with the documentation or searching the web. Any help would be greatly appreciated.
I want to build an local iPhone project without source control using jenkins. However
Share
You should be using source control BUT:
Select “Add A Build Step” -> “Execute Shell” and add the following
You can then also change the “Build Periodically” setting in the jenkins job to have it run every hour or whatever
If you’re expecting the xcodebuild tool to codesign your work and jenkins is running locally then it’ll probably pop up a keychain window at some point during the “build” process.