我正在尝试按照here所述的http请求触发构建。但是当我发送请求时
curl http://yourserver/jenkins/git/notifyCommit?url=<URL of the Git repository>
我明白了:
Jobs found but they aren't configured for polling
我找不到允许这个的任何选项。有帮助吗?谢谢!
答案 0 :(得分:1)
在作业配置下,向下滚动到构建触发器部分,然后勾选轮询SCM 。为不常见的事情配置cron时间表,例如每月一次。