You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#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
The text was updated successfully, but these errors were encountered: