jenkins has issues opening certificate :(

This commit is contained in:
rusefi 2020-07-18 02:04:50 -04:00
parent 4a9a225484
commit e66b7a57b7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class rusEFISSLContext {
// I assume that jenkins own setup is interfering with our attempts to change system properties :(
// also open question to get SSL context adjusted without touching system properties
private static boolean isJenkins = System.getProperty("JENKINS_URL") != null;
private static boolean isJenkins = true;//System.getProperty("JENKINS_URL") != null;
// private static KeyStore key;