bob
bob copied to clipboard
This is what CI/CD should've been.
Trying to contribute, I noticed there is a lack of [discoverable] getting started guide. Add the tools used and state first commands to allow beginners (such as me) a smoother...
As a pipeline status moves from `initializing` to `running` to `completed` or `failed` etc., the timestamp of the change should be recorded so that we can fetch them from the...
Right now the only runner is the docker runner and going forward we could have more kinds of runners. To make sure they receive the relevant start message, they should...
When a pipeline is deleted, but there were some pipeline runs, you can still query the status of the runs. The runs of a pipeline should be deleted when a...
Since the docker runner is concurrent and the numbers of runs is limited by the machine resources, having more and more jobs in the queue would cause the runner to...
If I add a `cmd` into a step and it fails, the resulting error message is not really indicative of the actual problem. Here's the relevant logs from the container...
This would make it easier for (new) users to quickly spin up a cluster on providers like AWS.
This would allow users to package mutiple, unrelated and arbritarily nested dirs for build artifacts. https://www.malikbrowne.com/blog/a-beginners-guide-glob-patterns All the files matched with this would be added to the TAR archive then...
Learn some UI and/or ask someone for help in building a reference UI for Bob
Bob should be able to deliver code in a de-coupled way akin to fetching resource or uploading artifacts.