Details
-
Task
-
Resolution: Fixed
-
Minor
-
-
Jenkinsfile Runner 1.0-beta-6
Description
I discovered that Jenkinsfile Runner does not work reliably with Java 11 when there is a plugin using "java.sql" internally (JENKINS-54426). It impacts Pipeline Utility Steps (JENKINS-54355), and it will likely also impact Pipeline: Maven Plugin and other plugins: https://github.com/search?p=2&q=org%3Ajenkinsci+%22java.sql%22&type=Code . For JFR the most critical thing is Pipeline plugins, of course. CC rsandell cleclerc
We need to investigate whether the failing behavior is also possible on classic Jenkins instances
Attachments
Issue Links
- relates to
-
JENKINS-54355 ClassNotFound: java.sql.Date in JDK 11 in Pipeline Utility Steps
-
- Resolved
-
-
JENKINS-54426 Jenkinsfile Runner fails on Java 11: NoClassDefFoundError: java.sql.Date
-
- Resolved
-