问题描述
我想使用include区域在Jenkins中建立我的工作,但是每当选中此选项时,调查结果总是表示未检测到更改。
I am trying to build my job in Jenkins using include regions, but whenever this option is checked the poll result always say that no change was detected.
尝试了许多不同的路径。以及使用/不使用工作空间的强制轮询。
结果是,轮询从来没有检测到任何更改,但是一旦我删除这些选项,他们建立在下一次轮询。
I have tried a number of different paths. And with/without force polling using workspace.The result is that the polling never detects any changes, but as soon as I remove these options they build on the next poll.
作业仓库被检查
Git插件版本是2.2.1,Jenkins版本是1.562
The Git plugin version is 2.2.1, and Jenkins version is 1.562
我设置的路径通常是路径/路径/.*
the path I set is typically path/path/.*
推荐答案
它通常只适用于使用工作空间强制轮询。由于此,它可能仍然无法正常工作。
It normally only works with "force polling using workspace". It may still not work due to this Jenkins GIT Plugin Bug.
这篇关于Jenkins GIT包括从未构建的区域的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!