詹金斯:无法运行程序“hg”

发布于 2024-12-17 06:59:02 字数 233 浏览 1 评论 0原文

尽管如果我以自己的身份在命令行登录 hg 确实可以工作。

我假设我需要设置“mercurial 安装目录”作为配置 jenkins 过程的一部分。

但是我不知道我的 Mercurial 安装目录是什么,我按照此处的说明进行操作。

Although if I log in at command line as myself hg does work.

I assume I need to set the "mercurial installation directory" as part of the configure jenkins process.

However I do not know what my mercurial installation directory is, I followed the instructions here.

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

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

发布评论

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

评论(1

电影里的梦 2024-12-24 06:59:02

登录后,在命令行上执行

 which hg

此操作即可打印 hg 可执行文件的确切路径,您可以使用该可执行文件来设置 Jenkins。

例如,在 Debian 和大多数当前的 Linux 发行版上,这将是:

$ which hg
/usr/bin/hg

On the command line when you are logged in, just do

 which hg

This will print the exact path to the hg executable which you can use to setup Jenkins.

For example, on Debian, and on most of current Linux distribution, this would be :

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