Live data from Hacker News

Viewing profile — ibuchanan

ibuchanan

HN member
Joined
Mon, Oct 27, 2014, 4:57 PM UTC
HN karma
17
Public activity
9 items

About ibuchanan

No profile information was provided.

Recent public activity

  1. comment
    Comment #12465682

    +1 for "Individuals and interactions over processes and tools"

  2. comment
    Comment #11764916

    That's correct. Bitbucket Pipelines uses Docker as an execution environment for builds. However, if the goal of your build is to produce a container, whether Docker or otherwise, B…

  3. comment
    Comment #11761805

    My colleagues have pointed out the simple answer is: Anything you can do with Bash, you can do in Bitbucket Pipelines.

  4. comment
    Comment #11761692

    I've written some of the code for other deployment targets. One of my earliest was for S3: https://bitbucket.org/ian_buchanan/pipeline-example-aws-s3 So, the first thing to check i…

  5. comment
    Comment #11761540

    At this time, it is a limitation of the beta that Bitbucket Pipelines can only associate a single image with your build. Avoiding the complexity of chaining images helped us to shi…

  6. comment
    Comment #11761103

    While we don't have the "recipe" documented in an example repository, GAE does have right knobs and levers that would make it possible to use Bitbucket Pipelines with GAE. Give it …

  7. comment
    Comment #11760835

    Not so much. One of the things that I think makes Pipelines better suited for cloud is that it's agent-less. But that does mean there's no option to run an agent on-premise to brid…

  8. comment
    Comment #11760669

    Yes. You can run any test framework that runs inside a Docker container. And you can specify different "steps" for different branches (either by name or by globbing).

  9. comment
    Comment #11760233

    I'm one of the Developer Advocates at Atlassian with a focus on the CI/CD space. For "old-fashioned on-premise" CI/CD, Bamboo Server is still a solid offering from Atlassian, with …