Skip to content

Commit

Permalink
fix: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyi committed Apr 24, 2024
1 parent 0d59a40 commit cab118e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions features/stages.feature
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Feature: Stage
- Relation between jobs will still be defined using requires.
- Jobs with empty requires (requires:[]) indicate the start of a stage.
- Setup and teardown jobs can be implicitly or explicitly created.
- When a setup/teardown job is implicitly created, it will be virtual and will not actually run.
- Teardown build should run when any job in a stage is terminal; downstream jobs should not continue, and stageBuild should be updated accordingly
- Teardown build should run when execution of any job in a stage is not successful; downstream jobs should not continue, and stageBuild should be updated accordingly.
- Setup build should run before a stage.

Scenario: Downstream builds are not triggered if required stage is not successful.
Expand Down

0 comments on commit cab118e

Please sign in to comment.