-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins: 2.492.1-lts-jdk21 (deployed on GKE with helm chart)
qtest-plugin: 2024.3
Since Jenkins has been upgraded from 2.462.3-lts-jdk17 to 2.492.1-lts-jdk21, we have issue with qtest-plugin when using "submitJUnitTestResultsToqTest"
com.qasymphony.ci.plugin.exception.OAuthException: {"error":"unauthorized","error_description":"There is no client authentication. Try adding an appropriate authentication filter."}
Not sure, but seems related to this change from Jenkins 2.479: https://www.jenkins.io/doc/upgrade-guide/2.479/#upgrade-spring-security-spring-framework-and-servlet-containers
Is there a workaround?
Edit 2025-03-22:
- I've reverted to 2.462.3-lts-jdk17 and we had still the issue.
- I've reverted qtest-plugin from 2024.3 to 2024.2, and issue was fixed
- I've reupgraded to 2.492.1-lts-jdk21 but keeping qtest-plugin to 2024.2, the exception didn't occur yet.
- The current issue seems to be the upgrade of qtest-plugin from 2024.2 to 2024.3 (and not Jenkins upgrade)