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

Pipeline-style promotion from one environment to the next #63

Open
kingdonb opened this issue Jul 8, 2018 · 2 comments
Open

Pipeline-style promotion from one environment to the next #63

kingdonb opened this issue Jul 8, 2018 · 2 comments

Comments

@kingdonb
Copy link
Member

kingdonb commented Jul 8, 2018

#62 describes the idea of multiple environments that are associated with a single app (repo), ref: #41

We need a way to arrange for the promotion of "lower" branches to build a pipeline

I believe this will require some completely new configuration language spec to describe the pipelines and their transition functions

I would not cry if it was possible for users to write the transition functions in Ruby

@kingdonb
Copy link
Member Author

kingdonb commented Jul 8, 2018

The basic idea is you need to write a function that returns "true" if the build passed, and that environment should be promoted from one lower environment to a next or further environment.

The function can perform some build or test step, or it can exec true after upstream work is done

@intellix
Copy link
Contributor

This would allow it: #47

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

2 participants