
Latest releases of DevCS now provides several new features, one of them is pipelines. In short, pipelines are graphs of steps that can be executed in a more controlled manner. In our use case, we are leveraging pipelines for starting and stopping cloud services that are dependent between them, such as JCS or SOACS that depends on DBCS. Of course, this is not the typical use case and, in other posts, we’ll cover more typical build workflows.
The editor is graphical and lets you configure the logic of the flow:
The procedure is basically creating classic build steps:
Then you can put in the graph with drag&drop:
Enjoy 🙂
One Comment