The issue was caused by incompatible version of JUnit Plugin (UiPath uses older version of JUnit). I’m unable to downgrade JUnit because I have tons of other plugins depend on current version of JUnit.
The error message you’re encountering suggests that there is a problem with the implementation of the isSkipOldReports() method in your UiPathTest class. The error is indicating that the UiPathTest class is attempting to implement or override the isSkipOldReports() method from the hudson.tasks.junit.JUnitTask interface, but the method isn’t correctly implemented.
Check method documentation.
thank you for sharing this information.
Can you tell me which version of the Jenkins plugin and which version of the JUnit plugin currently is in use on your side?
As it has been mentioned before the error is based on the incompatibility of the UiPath Plugin JUnit version and your installed one.
Unfortunately we currently only support 1166.va_436e268e972.
As for future plans I can’t give you an estimate when/if your specified version would be compatible.