srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Serial Steps #66

Open srushti opened 13 years ago

srushti commented 13 years ago

I should also be able to define steps in the build where one step (or multiple if #65 has already been implemented) has to be run before one (or multiple) other steps. I should be able to specify different configurations for each step.

praveenram commented 10 years ago

I was looking to implement pipeline stages in the CI and found its still work in progress. Is there any ETA or details on how much work is complete?

There is an alternate way to have basic pipeline stages however at this point in time using the project success handler.

srushti commented 10 years ago

No, there hasn't been anything implemented on this. These were part of larger plans for Goldberg which would support pipelines and the like. I'm not sure when I'll actually be getting to them.

praveenram commented 10 years ago

Thanks, will look at it.