Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use-cases and outline #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions usecases.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
**Description:** Split tests up into manageable size chunks and run them in parallel to avoid only running part of the tests.

**Use Case Name:** Design Parallel Workflows
**Description:** GoCD uses fan in/fan out dependency management to make sure the project doesn't get deployed until both of the upstream pipelines have gone green (similar to the Model Complex Workflows use case)
**Description:** GoCD uses fan in/fan out dependency management to make sure the project doesn't get deployed until both of the upstream pipelines have gone green (similar to the Model Complex Workflows use case).

**Use Case Name:** Manage Environments in a Pipeline
**Description:** It's easier to break an application with a configuration change than with a bug introduced in the source code, therefore, managing all environments using an automated system and then verifying is efficient and helpful.
**Description:** It's easier to break an application with a configuration change than with a bug introduced in the source code, therefore, managing all environments using an automated system and then verifying is efficient and helpful.