slather

Error env: ruby_executable_hooks: No such file or directory while running Slather on Jenkins

随声附和 提交于 2020-06-18 20:25:41
问题 I am trying to configure slather on my Jenkins server. Everything works fine when I run slather command using Terminal, but the script seems to fail when I run it on the Jenkins server. Each time I get env: ruby_executable_hooks: No such file or directory error when I run the script on the jenkins server. Here is the script I am running through slather slather coverage -x --output-directory /Users/Shared/Jenkins/Home/workspace/TestApp/test-reports/ --scheme TestApp /Users/Shared/Jenkins/Home

Error env: ruby_executable_hooks: No such file or directory while running Slather on Jenkins

不想你离开。 提交于 2020-06-18 20:24:06
问题 I am trying to configure slather on my Jenkins server. Everything works fine when I run slather command using Terminal, but the script seems to fail when I run it on the Jenkins server. Each time I get env: ruby_executable_hooks: No such file or directory error when I run the script on the jenkins server. Here is the script I am running through slather slather coverage -x --output-directory /Users/Shared/Jenkins/Home/workspace/TestApp/test-reports/ --scheme TestApp /Users/Shared/Jenkins/Home