-
Bug
-
Resolution: Unresolved
-
Major
-
None
Not sure if this is on the plugin side or rundeck side but figured I would post here also.
https://github.com/dtolabs/rundeck/issues/180
More interesting from the plugin perspective is the NPE.
The concurrent/parallel portion works now in rundeck but once in awhile you will get a NPE. This has occurred even when no jobs and no users are logged into the UI. Thus thinking it may be some sort of user session from the plugin side.
[JENKINS-14933] Null Pointer Exception
Workflow | Original: JNJira [ 145634 ] | New: JNJira + In-Review [ 176412 ] |
So what I think is going on. There is an internal NPE exception within rundeck. However there is new code to do a "retry" which then works. The job kicks off successfully. However the plugin only notices the initial exception and fails with the 500.
Just a working theory.