Narthana Epa
Narthana Epa
@ChrisBr I'm [about to introduce](https://github.com/buildkite/agent/pull/2660) an agent command that would allow you to add values to the redactor during a running job. I think it will work with your ejson...
> What's the format the redactor expects? Currently, just string valued JSON. So if `ejson` emits something of the form ```json { "_public_key": "63ccf05a9492e68e12eeb1c705888aebdcc0080af7e594fc402beb24cce9d14f", "_database_username": "1234username", "database_password": "hunter2" } ```...
Thanks for sharing the workaround here @brianseeders 💖
Hi @chrisjenx, this does look a bit unusual. You might get more detail by passing `--debug` flag to your command ``` buildkite-agent artifact download --debug --build "0188348b-27ee-42dd-81c4-e43bb25f6df0" shared/shopper-delivering/impl/build/outputs/apk/androidTest/debug/impl-debug-androidTest.apk tmp/ ```...
Hi @gw0. Sorry that you are experiencing this. We are intending to overhaul how artifacts upload and download works. But in the meantime, can you contact [email protected] and provide a...
Gee, that's quite unexpected behaviour, but someone somewhere may be relying on it. It's quirks like this that have motivated our intention to replace the artifact upload/download subcommands with something...
Hi, we can't commit to fixing at the moment, but we will accept back-ported fixes from upstream or elsewhere. In the mean time you could try to replace unicode emojis...
@thekendalmiller sounds like the right thing to do. I'll leave this up in case some people want it.
@bpoland thanks for raising this, we think it is a gap between how agent-stack-k8s parses pipelines yaml compared with the builkite backend. We can take a look at handling multiple...
@bpoland have you tried using a format similar to what's in one of the sample pipelines: https://github.com/buildkite/agent-stack-k8s?tab=readme-ov-file#sample-buildkite-pipelines There are also a few samples in the tests: https://github.com/buildkite/agent-stack-k8s/blob/main/internal/integration/fixtures/artifact-upload-failed-job.yaml In particular, I...