Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Terentiev committed Nov 29, 2019
2 parents f8cbf40 + 019916e commit d121824
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -10,13 +10,13 @@
![GitHub issues](https://img.shields.io/github/issues/trntv/wilson)
![Licence](https://img.shields.io/github/license/trntv/wilson)

Wilson allows you to design you development workflow pipelines in nice and neat way in yaml files. Pipelines are directed acyclic graphs that are made up of tasks and their dependencies on each other.
Wilson allows you to design you development workflow pipelines in nice and neat way in yaml files. Each pipeline composed from tasks or other pipelines and allows them to run in parallel or one-by-one. Tasks may be runned manually or triggered by filesystem watcher.

Automation is based on four concepts:
1. Task
2. Pipeline that describes set of stages (tasks, other pipeline) to run
3. Optional watcher that listens for filesystem events and triggers tasks
4. Execution context
1. Tasks
2. Pipelines that describe set of stages (tasks or other pipelines) to run
3. Watchers that listen for filesystem events and trigger tasks
4. Execution contexts

[![asciicast](https://asciinema.org/a/283740.svg)](https://asciinema.org/a/283740)

Expand Down

0 comments on commit d121824

Please sign in to comment.