Build Unity project with Jenkins failed

后端 未结 6 973
[愿得一人]
[愿得一人] 2021-02-05 13:40

I\'m trying to build Unity project with Jenkins on Mac OS Server. But when I try to run the following script

/Applications/Unity/Unity.app/Contents/MacOS/Unity -         


        
6条回答
  •  北海茫月
    2021-02-05 14:19

    Try write from Terminal:

    sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist
    sudo mv /Library/LaunchDaemons/org.jenkins-ci.plist /Library/LaunchAgents/org.jenkins-ci.plist
    

    Then log out and log in again.

    Now Jenkins will run as agent and can access WindowServer.

提交回复
热议问题