Build Unity project with Jenkins failed

后端 未结 6 1048
[愿得一人]
[愿得一人] 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:37

    I tried

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

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

    Then Restarted my Mac

    And then sudo launchctl load /Library/LaunchAgents/org.jenkins-ci.plist after restarting

    It worked

提交回复
热议问题