Re: Workflows and SCM Polling

2015-12-21 Thread Daniel Beck
Documentation: https://github.com/jenkinsci/workflow-plugin/blob/master/scm-step/README.md#polling > On 21.12.2015, at 17:05, Mark Bidewell wrote: > > I am considering Workflows to automate build and release. Can a workflow be > called in a CI polling manner? There is a

Re: Workflows and SCM Polling

2015-12-21 Thread Andrew Bayer
I believe that if you pass "poll: true" to the "scm" step, it'll use that particular scm config for polling. A. On Mon, Dec 21, 2015 at 11:05 AM, Mark Bidewell wrote: > I am considering Workflows to automate build and release. Can a workflow > be called in a CI polling

Workflows and SCM Polling

2015-12-21 Thread Mark Bidewell
I am considering Workflows to automate build and release. Can a workflow be called in a CI polling manner? There is a "Poll SCM" build trigger but nowhere to input SCM details. What I would like to do is the following: 1) On SCM change execute a CI build. 2) Between stages prompt for