I notice there are (at least) two orchestration options for Jenkins
- Build Flow
- Workflow - Now known as Pipeline
I found Build Flow first and implemented an orchestration job around that which seems to work OK for our needs. Are there any advantages to switching to Pipeline? My thoughts for switching to Pipeline are
- Pro - The project seems more active than Build Flow
- Con - The DSL seems much more complex