-
Bug
-
Resolution: Unresolved
-
Critical
-
None
- jenkins version: 1.631
- plugin version: 2.5.3 (>2.4.3 - the last one that works)
- java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) Client VM (build 25.5-b02, mixed mode) - the job is configured to do SCM pulling
- CPU >100% (probably because of scm (svn) pooling from all the jobs): SCM pulling fails because of authentication problem but is immediately retried and so on in an infinite loop and the system becomes unresponsive.
- this is related to JENKINS-14958 but is not the same. (I use Oracle JVM)
- attached is the trace for the exception
- If I downgrade the plugin to 2.4.3 and change nothing in the configuration (same job config, same certificate) it works well.
- is related to
-
JENKINS-14958 HTTPS + PKCS12 Certificate not working
- Open