-
Bug
-
Resolution: Fixed
-
Major
-
-
2.334
If /etc/default/jenkins contains something like
JAVA_ARGS="-Djava.awt.headless=true -Dhudson.model.DirectoryBrowserSupport.CSP=\"sandbox; default-src 'self';\""
then as of 2.333 startup will fail with:
$ cat /var/log/jenkins/jenkins.log Error: Could not find or load main class 'self';" Caused by: java.lang.ClassNotFoundException: 'self';"
- links to
This will be fixed in 2.334. Affected users can work around the issue by applying this patch to /etc/init.d/jenkins: