Our encapsulated builds allow a lot of flexibility as to where we want them to run. I previously floated the idea of not needing Jenkins at all, perhaps triggering an AWS Lambda using git hooks. While digging around the Lambda options, I started thinking ahead to the process of retrieving the repo contents and all…
Tag: cicd
Conveyor (part 4) – Where the rubber meets the road
Running an encapsulated build on Jenkins using Conveyor
Pipelines as code (part 2)…the API
This is a continuation of Pipelines as code…not text There’s an art to writing frameworks: you have to balance helpfulness with flexibility. I recently wrote a test framework to help migrate a large, slow, unusable regression suite from Rational Tester to a more manageable form. There were thousands of test cases and they were going…