forked from tektoncd/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validation for invalid Task Result expressions in Pipeline Result
Prior to this commit, the validation for invalid `Task Result` expressions in `Pipeline` `Result`'s was not extensive. This commit adds the case where a `Pipeline` would be invalid if there is no expression following the valid form `$(tasks,<task-name>.results.<result-name>)`. Please reference this [doc](https://github.com/tektoncd/pipeline/blob/main/docs/pipelines.md#emitting-results-from-a-pipeline) for more information. Fixes bug [tektoncd#4922](tektoncd#4922) /kind bug /cc @jerop
- Loading branch information
Varun Singhai
committed
Jun 9, 2022
1 parent
4621a66
commit 0787f53
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters