Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想编写一个 shellscript,它 git 在其中提取远程存储库。如果本地存储库不是最新的,则触发构建 hudson 作业。
在进一步的情况下:
1)在哈德逊哪里链接这个shellscript(我的shellscript“.sh”文件)。以便它在构建之前定期执行。
有没有办法配置作业:2)在哈德逊添加“执行外壳”构建步骤?并在这里写我的shellscript。
请用 shellscript 代码指定我。
根据您的描述,您应该只使用 Jenkins 的 Git 插件。有没有你想要做的事情没有被它覆盖?