griddynamics/mpl

Jenkins is going to remove built-in junit

Closed this issue · 1 comments

The latest jenkins release 2.253 doesn't contain junit library that breaks our automation to make sure the MPL is working fine. It's not affecting the MPL itself, but the jenkinsbro automation harness our CI using to run and test jenkins with MPL.

I asked to provide some another way and leave junit in the standard package, but looks it will be removed anyway. So we need to prepare some another way to resolve this issue.

Ok, adding grab for junit in the jenkinsbro module saved the day.