5

I have a SCM that only allows HTTP push/pull/poll requests. Without modifying my SCM, I would like Jenkins to trigger a build (as soon as possible) when new code is checked in.

Developers usually get notified of new code via a RSS Feed.

Is there a recommended Jenkins plugin that can help with this?

4

1 回答 1

-1

如果您使用的是 Git,那么有 github 插件。每当有新的提交时,Git 都会通知 Jenkins。

如果您使用的是 svn,请使用功能 poll scm。指定时间间隔,以便 Jenkins 根据配置的时间查找新的提交。

于 2013-07-22T11:34:27.123 回答