Skip to content

Commit

Permalink
Update TUTORIAL.md
Browse files Browse the repository at this point in the history
change `why workflow`
  • Loading branch information
estheryouhana committed Sep 22, 2015
1 parent d73f402 commit ae86cf6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

# Why Workflow?

The Workflow Plugin was built with the community’s requirements for a flexible, extensible, and script-based pipeline in mind. The Workflow Plugin:
* Supports complex processes: you can fork/join, loop, and parallel
* More Resilient: survives master restarts
* Is Pausable: waits for human input/approval
* Provides Faster cycles: restarts from checkpoints
* Is Visualized: provides status at-a-glance dashboards including trending
Workflow was built with the community’s requirements for a flexible, extensible, and script-based CD pipeline capability for Jenkins in mind. To that end, Workflow:

* Can support complex, real-world, CD Pipeline requirements: Workflow pipelines can fork/join, loop, *parallel*, to name a few
* Is Resilient: Workflow pipeline executions can survive master restarts
* Is Pausable: Workflow pipelines can pause and wait for human input/approval
* Is Efficient: Workflow pipelines can restart from saved checkpoints
* Is Visualized: Workflow StageView provides status at-a-glance dashboards including trending

# Getting Started

Expand Down

0 comments on commit ae86cf6

Please sign in to comment.