(Translated by https://www.hiragana.jp/)
GitHub - jthodge/bob: This is what CI/CD should've been.
Skip to content
/ bob Public
forked from bob-cd/bob

This is what CI/CD should've been.

License

Notifications You must be signed in to change notification settings

jthodge/bob

 
 

Repository files navigation

Bob the Builder CircleCI License: MIT project chat

What CI/CD should've been.

🚧 This is a proof of concept and isn't fully functional yet. 🚧

Most CI/CD tools are too opinionated and do too much. Bob follows the UNIX philosophy of doing one thing and doing it well, and the emacs philosophy of extensibility, and strives for simpler, decomposed and hence more composable and unbundled design. For more information, see Why Bob

Getting Started

To build and run your pipelines, you just need to do a docker-compose up and make a few HTTP requests. Check out the Getting Started guide.

Internals

Bob's API (accessible entirely through HTTP) enables a core set of CI/CD features. The following are the only concepts that Bob is opinionated about:

  • Steps: Direct commands (like a shell command, pytest, etc)
  • Pipeline: Ordered series of steps
  • Environment: Key-Value store associated with either Steps and/or Pipelines
  • Resources: Things (like source code or artifacts) consumed by Pipelines
  • Artifacts: Something produced by a Pipeline

The core of Bob is composed of 3 main services:

All of these services live, breathe, and deploy from their own section of this mono-repo. Post-deployment, they are coordinated via a central persistent queue. Read more about Bob's Architecture.

Join the conversation

Please start a discussion on literally any topic and we are happy to help and learn from each other! You can check out the Kanban board to see the roadmap and planned work.

For a more Clojure specific discussion there we also have a Clojurians Slack channel.

Happy Building!

License

Bob is Free and Open Source and always will be. Licensed fully under MIT

About

This is what CI/CD should've been.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 98.9%
  • Dockerfile 1.1%