Paul Annesley

Results 83 comments of Paul Annesley

Are you describing this as the current behaviour? - plugin 1 (cache) pre-command hook - plugin 2 (assume-role) pre-command hook - plugin 3 (whatever) pre-command hook - command - plugin...

> One thing I'd considered before is allowing pipeline mutations as part of pipeline @lox Yeah I wondered about that, but it solves it on the codebase/pipeline dimension. Our use-case...

I think there's still interest. I haven't had any time to think about it lately, though.

Thanks for the report @fa93hws. So it sounds like specifying a `--step` stops `--include-retried-jobs` from working. @moskyb and I have taken a look at the server-side search code and it...

(To be clear, this is probably a server-side Artifact Search bug, not something that can be fixed in the agent itself)

Any thoughts on cross-platform file mode / permissions? I wonder how Windows would be supported here. Maybe they're less relevant for Windows, and can be ignored during upload/download by those...

Howdy @jgedarovich 👋🏼 Sorry for taking a long time to reply. Could you describe the problem you're encountering? The bash scripts this PR changes can be categorised into: - `.buildkite/*`...

Hey @moensch, thanks for the pull request. I noticed this in your issue: > My proposal would check for a new version on each run still since I use the...

Hi @sethphillips — I haven't verified this, but might the [`normalised-upload-paths` experiment](https://github.com/buildkite/agent/blob/main/EXPERIMENTS.md#normalised-upload-paths) help? There's a bit more context in https://github.com/buildkite/agent/pull/1211

Thanks for the report @brandonhoughton 🤔 Presumably a bug in github.com/urfave/cli v1, or _maybe_ in how we pass those args through to git etc. We can't jump on this right...