Keith Pitt

Results 44 comments of Keith Pitt

@eredi93 this is an interesting idea! Have you checked out https://buildkite.com/docs/builds/cc-menu or something like this: https://github.com/jamesmacfie/buildkitten Instead of having the notifications coming through Slack (which may steal your attention if...

Thanks for submitting this issue! What if we allowed something like this: ``` https://cc.buildkite.com/builds.xml?access_token=xxx ``` And that by default will just return your own builds across all your orgs and...

@gtirloni howdy! I've been thinking a lot about what the next version of the Meta Data gear should look like, so I'm interested to learn more here. I'm not 100%...

@rborn thanks for submitting! Upping our GitLab integration has been on the radar for a while now. Hopefully we can find some time to sink into this soon!

Perhaps we should rename the custom one to `cucumber_ruby` or something? I remember when I first added the cucumber emoji, the Apple one didn't exist. Even though `cucumber` currently resolves...

Hi @tomtaylor, I've noticed the same thing. I think it could possibly be artifact uploading. I'm currently rewriting some parts of the agent here: https://github.com/buildboxhq/agent/tree/0.7 You could perhaps try cloning...

Just wanted to give you an update on this. I've tried quite a few methods on fixing the memory leak, but none really worked out like I hoped. I've started...

Thanks for the bug report! I've just replicated the problem, not sure why yet. I'll take a look this evening and try and get a fix out...

Hey @tomtaylor, sorry for the late reply. What happens if you just: ``` bash RUBY_VERSION=`cat .ruby-version` export RBENV_VERSION="$RUBY_VERSION" ``` In your build script? Do you still have to modify the...

@wpillar yeah it should! Are you running multiple agents on the same machine perhaps?