-
Bug
-
Resolution: Unresolved
-
Minor
-
1.509.x
Start with an older version of analysis-core installed, such as 1.49. Go to the update center's Available tab and select checkstyle, then Install (now). The /updateCenter status page correctly shows that a new version of analysis-core has been downloaded, and that you must restart Jenkins for this to take effect. Yet it seems that checkstyle has been dynamically loaded already; and if you actually try to use it, you get an error
[CHECKSTYLE] Collecting checkstyle analysis files... FATAL: hudson.plugins.checkstyle.parser.Warning.setColumnPosition(I)V java.lang.NoSuchMethodError: hudson.plugins.checkstyle.parser.Warning.setColumnPosition(I)V at hudson.plugins.checkstyle.parser.CheckStyleParser.convert(CheckStyleParser.java:120)
- is duplicated by
-
JENKINS-30414 RejectedAccessException: Scripts not permitted to use method groovy.lang.GroovyObject getProperty java.lang.String (org.jenkinsci.plugins.workflow.cps.CpsClosure2.docker)
-
- Resolved
-
- is related to
-
JENKINS-23150 Warn users about invalid plugin configurations
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
src/main/java/org/jenkinsci/test/acceptance/po/PluginManager.java
src/main/java/org/jenkinsci/test/acceptance/po/UpdateCenter.java
http://jenkins-ci.org/commit/acceptance-test-harness/dae6a9a7271ae91498357d2f615b842d81c1ed84
Log:
Yet another @WithPlugins fix, working around JENKINS-19859 this time.