• Jenkins 2.235.3 provides 64 bit Windows MSI installer with no bundled JRE

      I've just install the new version 2.235.5 and I had errors when I try to update plugins 

      sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at sun.security.provider.certpath.SunCertPathBuilder.build(Unknown Source) at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(Unknown Source) at java.security.cert.CertPathBuilder.build(Unknown Source)

          [JENKINS-63534] Error when update plugin with 2.235.5

          Sandaly KEITA added a comment -

          See in JENKINS-63515

          I solved it updating the JRE files in Windows:

          • Install the latest Java Runtime Engine (in this case 1.8.0_261)
          • Stop the Jenkins service
          • Rename or delete the jre directory in the Jenkin's installation path.
          • Copy the newly installed C:\Program Files (x86)\Java\jre1.8.0_261 to the Jenkins installation jre directory
          • Restart the service 

          Sandaly KEITA added a comment - See in JENKINS-63515 I solved it updating the JRE files in Windows: Install the latest Java Runtime Engine (in this case 1.8.0_261) Stop the Jenkins service Rename or delete the  jre  directory in the Jenkin's installation path. Copy the newly installed C:\Program Files (x86)\Java\jre1.8.0_261 to the Jenkins installation  jre  directory Restart the service 

          Dave Szabo added a comment -

          The Java update worked for me as well.  Battled this for 2 hours.

          Dave Szabo added a comment - The Java update worked for me as well.  Battled this for 2 hours.

            Unassigned Unassigned
            sandaly_keita Sandaly KEITA
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: