Hello there,
I was wondering if people out there are building abstractions on top of dagger sdks or opting for a more scripted approach.
At the moment I'm following a "config + script" approach. That means i have a config object that controls the flow a bit, like running tests or different deployment targets.
Some pipelines are very straightforward but others may benefit from some structure and reusable actions.
Thanks