Skip to content

Commit

Permalink
Change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiwei08 committed Jul 9, 2024
1 parent 1deabfd commit 3825665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,11 @@ Type: `object`
- Type: `string`
- Example: `AllSuccessOrSkipped`
- **_next_nodes_success_**
- _Next nodes of this job, each value in the list should be an ID of job or condition_
- _Next nodes of this job in case of success, each value in the list should be an ID of job or condition_
- Type: `List[string]`
- Example: `["fca09324-a52e-4121-a9d3-b04f1c03dd28"]`
- **_next_nodes_failure_**
- _Indicates whether the pipeline will start with this job_
- _Next nodes of this job in case of failure, each value in the list should be an ID of job or condition_
- Type: `List[string]`
- Example: `["5cc506e4-f5cb-4ed3-810b-d79b8484b857"]`

Expand Down

0 comments on commit 3825665

Please sign in to comment.