How can I get Xcode 5 to run iOS unit tests on a Jenkins slave?

后端 未结 4 1003
迷失自我
迷失自我 2020-12-14 04:09

We\'ve been using Jenkins with the Xcode plugin to run continuous integration of our iOS applications including automatic execution and reporting of the unit tests. This wor

4条回答
  •  没有蜡笔的小新
    2020-12-14 04:54

    See GBegen and coffeebreaks' answers. When the Jenkins is secured, use the alternative command line to start it from a screen share/VNC terminal session is

    java -jar slave.jar -jnlpUrl http://jenkins-master:port/computer/jenkins-slave/slave-agent.jnlp -secret XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    

提交回复
热议问题