griddynamics / mpl

[IT-36925] Jenkins Shared Modular Pipeline Library
https://blog.griddynamics.com/developing-a-modular-pipeline-library-to-improve-devops-collaboration/
Apache License 2.0
156 stars 97 forks source link

Jenkins is going to remove built-in junit #79

Closed sparshev closed 3 years ago

sparshev commented 3 years ago

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.

sparshev commented 3 years ago

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