需要帮助在 Jenkins 上配置 Sphinx

发布于 2024-12-22 18:52:39 字数 195 浏览 1 评论 0原文

当我们推送到 GITHUB 时,我必须在 Jenkins 服务器上配置 Sphinx,它会持续集成您的构建。我在 Rspec 中编写了测试来测试我的搜索功能。但由于 Sphinx 未正确配置,无法让测试通过 Jenkins。如果有人有这方面的经验,请帮助我在 Jenkins 上配置 Sphinx。 Jenkins 安装在 Ubuntu 10.04 的 Linode 实例上。

I have to configure Sphinx on the Jenkins server which does continuous integration of your builds, when we push to GITHUB. I have written tests in Rspec to test my search functionality. But cant get the tests to pass on Jenkins as Sphinx is not properly configured. Please help me with Sphinx configuration on Jenkins, if anyone has experience with that. Jenkins is setup on a Linode instance of Ubuntu 10.04.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欲拥i 2024-12-29 18:52:39

只需像平常那样安装 sphinx 并进行常规使用,然后使用运行的 jenkins 中的用户进行测试即可。对我有用。
通常,jenkins 有作业所在的文件夹 jobs /var/lib/jenkins/jobs。您可以进入项目文件夹并测试 rspec 在 jenkins 用户下照常运行。

Just install sphinx as you usually do for the regular usage there, and test it with the user from those jenkins running. Works for me.
Normally jenkins has folder jobs /var/lib/jenkins/jobs where jobs are located. You can enter your project folder and test the rspec running as usual under jenkins user.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文