Jenkins Install Comment
http://linjunpop.logdown.com/posts/162202-set-up-jenkins-server-on-the-mac-mini-to-run-ios-tests
* download jar and run
$ java -jar jenkins.jar
* $brew install jenkins
$ ln -sfv /usr/local/opt/jenkins/*.plist ~/Library/LaunchAgents //config
$ sudo ln -sfv /usr/local/opt/jenkins/*.plist /Library/LaunchAgents //config
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.jenkins.plist //start jenkins
$ sudo launchctl load /Library/LaunchAgents/homebrew.mxcl.jenkins.plist
$ launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist //stop
//************************************************************************************ plugin
* install xcode integration plugin
* install cucumber jvm report plugin
* install test result analysis plugin
* install maven integration plugin
* build ipa by command line
* access profile by keychain
* run unit test
* upload ipa to app store
* upload file to web server