Keith Pitt

Results 12 issues of Keith Pitt

As per the title

Here is a proposal to have inline hooks with a build job. So currently there a few places you can have hooks: 1. Global hooks 2. Per-pipeline hooks 3. Plugin...

enhancement

Consider the following code: ``` ruby class Invoice::Payer # ... def pay @invoice.lock do payment = CreditCard::Charger.charge(@invoice.account.credit_card, @invoice.description, @invoice.amount) if payment.success? @invoice.update(paid: true) end end end end class CreditCard::Charger #...

Does what is says on the Tin! GraphiQL (the editor that this is loosely based on) uses a pretty basic way of doing "prettification" ```js print(parse(query)) ``` Essentially it parses...

I'd like us to revisit the decision made here: https://github.com/buildkite-plugins/docker-buildkite-plugin/issues/164 While I 100% agree that having `propagate-environment` on by default _is_ somewhat a security issue, I think the point of...

Hey! I noticed that some titles I add get chopped: ``` root 3497 0.1 0.0 719428 13568 ? Ssl 19:46 0:00 buildkite-agent v2.1-beta.3 (buildkite-ci-10) [i ``` It should end with...

If the alternative file doesn't exist, it'd be awesome if there was an option for it to create the test file for me :)

Ran into an issue today where our agents were failing to download from S3, the error was just this: ``` Failed to download s3://[bucket-name]/[folder-name]/git-credentials ``` Error here: https://github.com/buildkite/elastic-ci-stack-s3-secrets-hooks/blob/0bcb6b44b5e63bb7e6b87360243fcc5bf8eb5ed2/git-credential-s3-secrets#L67C1-L67C1 Any chance...