Hello,
 

> Why are materials polled on a paused pipeline, is there a way to disable 
> this?


Material update(polling) is independent of pipeline scheduling.  A paused 
pipeline ensures a pipeline is not picked up for scheduling, but the 
material would continue to update if configured to poll for new changes. To 
disable material update(polling) you will have to turn off polling for new 
changes for the material.

In GoCD multiple pipelines can be configured to use the same material, in 
these cases stoping a material update because of paused pipeline would not 
schedule any other pipelines as well.


Thanks,
Mahesh   

On Tuesday, June 27, 2017 at 2:13:08 PM UTC+5:30, Sean B wrote:
>
> Hi,
>
> I've added a few example pipelines to our gocd via the API.
> When added, the pipelines are in the Paused state (which is good), however 
> gocd tries to check the materials for the pipelines (and in the example 
> pipelines uploaded via the API there are no valid credentials).
>
> Why are materials polled on a paused pipeline, is there a way to disable 
> this?
>
> Thanks in advance..
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to