I am pleased to announce a new version of the Jenkins plugin for Jetbrains Products. Here below the changelog:
- [Add] Job can be sorted by status (fail, unstable, success) - See the new button on the panel
- [Upd] Widget: UI layout modification
- [Fix] IDEA-86137 Thread leak in the EDT
- [Fix] #25 The plugin should compare the configured port and the jenkins server one
- [Fix] #26 Incorrect feedback message when clicking on the 'Test Connection' button
- [Fix] Jenkins Panel disappears when typing CTRL + F4
Cheers,
David
Looks like this version is not compatible with the latest Intellij (#117-912). On opening a project I got the following error:
ReplyDeletenull
java.lang.NullPointerException
at java.io.StringReader.(Unknown Source)
at org.codinjutsu.tools.jenkins.logic.JenkinsRequestManager.buildDocument(JenkinsRequestManager.java:156)
at org.codinjutsu.tools.jenkins.logic.JenkinsRequestManager.loadJenkinsWorkspace(JenkinsRequestManager.java:106)
at org.codinjutsu.tools.jenkins.logic.JenkinsBrowserLogic.loadJenkinsWorkspace(JenkinsBrowserLogic.java:145)
at org.codinjutsu.tools.jenkins.logic.JenkinsBrowserLogic.reloadConfiguration(JenkinsBrowserLogic.java:107)
at org.codinjutsu.tools.jenkins.logic.JenkinsBrowserLogic.init(JenkinsBrowserLogic.java:88)
at org.codinjutsu.tools.jenkins.JenkinsControlComponent$4.run(JenkinsControlComponent.java:197)
at com.intellij.ide.startup.impl.StartupManagerImpl.a(StartupManagerImpl.java:203)
at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.java:163)
at com.intellij.openapi.project.impl.ProjectManagerImpl$5$2.run(ProjectManagerImpl.java:442)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:699)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:538)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
Any chance you could fix this? :-)
Thanks!
Hi,
ReplyDeleteThis bug often happens but quite difficult to fix. I am trying on improving the response parsing.
For your information, a 0.5.5-SNAPSHOT version is available on the github project (download section). Perhaps you can try and see if the problem still occurs.
Cheers,
David