-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JENKINS-73964] Extract event handlers in MultiJobTestResults/index.jelly
#376
Conversation
MultiJobTestResults/index.jelly
<l:icon src="symbol-remove-outline plugin-ionicons-api" class="icon-sm"/> | ||
</a> | ||
<st:nbsp/> | ||
|
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.
Please revert this hunk, as it is cluttering the diff with unrelated formatting changes (increasing risk and decreasing reviewability).
<a href="${rootURL}/${report.child.url}testReport/${f.getRelativePathFrom(report.result)}"> | ||
<st:out value="${f.fullName}"/> | ||
<st:nbsp/> | ||
<j:forEach var="badge" items="${f.testActions}"> | ||
<st:include it="${badge}" page="badge.jelly" optional="true"/> | ||
</j:forEach> | ||
</a> | ||
|
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.
Ditto.
src/main/resources/com/tikal/jenkins/plugins/multijob/MultiJobTestResults/index.jelly
Outdated
Show resolved
Hide resolved
...esources/com/tikal/jenkins/plugins/multijob/MultiJobTestResults/show-hide-failure-summary.js
Outdated
Show resolved
Hide resolved
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.
Thanks for the PR!
JENKINS-73964
Very similar JS extraction to:
Testing done
-Using same steps for testing as #375
statusQuo
csp-report-only
csp-restrictive
Submitter checklist