In order to enable the support of JDK11 for Jenkins and its plugins, the Jenkinsfile of plugins should be completed allowing to build and test the plugin using JDK11 as well as JDK8.

      The configuration we propose to apply is the following:

       

      buildPlugin(configurations: [  [platform: 'linux', jdk: '8'],  [platform: 'linux', jdk: '11'],  [platform: 'windows', jdk: '11'], ])

       

      The goal is to allow building and testing over JDK11 for both Windows & Linux.

      Building and testing over JDK8 will still be kept for Linux.

      We also propose to keep only one Windows flavor in order to save infrastructure costs, hence having only JDK11 for Windows.

          [JENKINS-66887] Enable JDK11 in plugins' Jenkinsfile

          A. Jard added a comment -

          There is a board to track related PRs here https://github.com/orgs/jenkinsci/projects/7

           

          A. Jard added a comment - There is a board to track related PRs here https://github.com/orgs/jenkinsci/projects/7  

          Mark Waite added a comment -

          Mark Waite added a comment - Done with https://github.com/jenkinsci/git-plugin/pull/1156

            markewaite Mark Waite
            aneveux Antoine Neveux
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: