forked from jenkins-x-plugins/jx-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.
fix: add msg field to pipelineActivity Spec and Steps
- Tekton PipelineRun provides the message & this PR will add that Message field to Spec and Steps in the pipelineActivity. - This PR also adds test for 4 testcases: - timeout - cancelled - success - timedout-success - This also adds the message fields to the expected.yaml. - Instead of using `testhelpers.AssertTextFilesEqual` we're now just comparing the generated pa and expected pa. - Also removes `t.TempDir()` - Adds comments to help understand the steps related to jenkins-x/jx-ui#23 Signed-off-by: rajatgupta24 <[email protected]>
- Loading branch information
1 parent
d9dea25
commit 7d50b6c
Showing
12 changed files
with
5,509 additions
and
167 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
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
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
Oops, something went wrong.