You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds fine as a later step. I was just hoping it would be possible to physically move sources to this plugin, where they seem to belong, without breaking compatibility for this or other plugins—at least assuming that the user accepts a junit update prior to accepting a core update.
I noticed a taglib in core sources https://github.com/jenkinsci/jenkins/blob/e7b46e917cef7273638a4c00cbfa88911c305a19/core/src/main/resources/lib/test/bar.jelly#L26 apparently forgotten during the
junit
plugin split. https://github.com/search?q=org%3Ajenkinsci+%22%2Flib%2Ftest%22&type=code shows it being used here from corejunit-plugin/src/main/resources/hudson/tasks/test/TestResult/index.jelly
Lines 26 to 34 in 000693f
as well as some taglib imports not apparently used like
Not to be confused with https://github.com/jenkinsci/junit-plugin/blob/000693f1f36ea33a48a974d330f718cebf7044d3/src/main/resources/lib/hudson/test which was moved during the split.
The text was updated successfully, but these errors were encountered: