Chad Wilson

Results 217 comments of Chad Wilson

Hi @ZhangJin233 - perhaps you want to start a separate discussion over at https://github.com/gocd/gocd/discussions ? > I've noticed that there is room for improvement in the Gocd program, and I'm...

Ive had a play around with this at the weekend, including testing a lot of scenarios as well as comparing to the regular materials. At the moment I'm not 100%...

> > Would it be possible to handle the same material that only differs on the autoUpdate as two separate materials? What effects will that have? > > I think...

There's support for PR webhook events via config repo plugins to respond to PR events, by say, dynamically generating new pipelines with materials pointing to the PR's ref. I believe...

How is your current GoCD setup configured to respond to regular PRs? Which plugins are you using?

Ok, that plugin independently tracks PRs (probably polls the GH API for new PRs every minute or something?). It sounds to me like you want/need that plugin to handle merge...

Thanks for the sleuthing here. It does seem that this should be possible to address, and may be an oversight from the way things are modeled with `autoUpdate` being owned...

See the discussion at https://github.com/gocd/gocd/pull/11636#issuecomment-1586898326 and below in particular. The extent of my thoughts are on the PR, and haven't got any further than that. There's probably not really a...

Can you define what 'a lot of logs' is? Size of file, # of lines, length of lines? GoCD is not a logging / log aggregation system - if the...

I don't think that is reasonable to expect a tool such as GoCD to handle such an amount of build output gracefully within a live logging web UI. Certainly not...