Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intro doc? #5

Open
dhutty opened this issue Aug 14, 2017 · 4 comments
Open

Intro doc? #5

dhutty opened this issue Aug 14, 2017 · 4 comments

Comments

@dhutty
Copy link

dhutty commented Aug 14, 2017

The oneliner description at https://rubygems.org/gems/leeroy_app is vague but still tempting to someone like me who is spending a lot of time working on improving CI/CD for a medium-large Engineering org.

But a 2 minute, even a 10 minute peek at the repo leaves me at: this needs more introductory documentation to tell me what this thing is, what problem it's going to solve or how it's going to make something I already do better/faster/stronger.

@hakamadare
Copy link
Contributor

hello! this is a tool we developed for our own use, and we haven't quite polished it for easy adoption by others.

in brief: leeroy lets you define arbitrary tasks (provided you can implement them in Ruby) and then chain them together in a pipeline. it receives its configuration via environment variables, and has a mechanism for passing state from one task to another (e.g. a task that creates an EC2 instance inserts an instance_id key into the state, and then other tasks in the pipeline can read that key from the state).

@hakamadare
Copy link
Contributor

you're absolutely right, though - we need better introductory documentation 😁

@pdurbin
Copy link

pdurbin commented Aug 28, 2017

For what it's work, @dhutty and I just heard about https://github.com/edx/jenkins-configuration over at https://botbot.me/freenode/positivepython/msg/90397198/ . Perhaps the tools are complementary.

@pdurbin
Copy link

pdurbin commented Oct 8, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants