-
Notifications
You must be signed in to change notification settings - Fork 26
FLPATH-473:set additional info for report urls #449
FLPATH-473:set additional info for report urls #449
Conversation
@RichardW98: This pull request references FLPATH-473 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@RichardW98: This pull request references FLPATH-473 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
7fbe738
to
6995ccb
Compare
@RichardW98: This pull request references FLPATH-473 which is a valid jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
6995ccb
to
071409e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall looks good
@@ -71,6 +71,7 @@ else if (result instanceof Result.Success<App> success) { | |||
workContext.put("application", success.value()); | |||
taskLogger.logInfoWithSlf4j("MTA client returned success result for application creation: {}", | |||
success.value().name()); | |||
addAdditionInfo("VCS branch", repo); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What VCS is standing for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version control system
/approved |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: masayag The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
add additional info for report links
Which issue(s) this PR fixes :
Fixes #473
example workflowResponse:
Change type
Impacted services
Checklist