-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Blocker
-
Component/s: core
-
Environment:Ubuntu Server
Tomcat 7
Jenkins 1.503
Revision 2942601 introduced an NPE.
If a build's project implements Queue.FlyweightTask, build.getExecutor() returns null.
This prevents any flyweight build from finishing successfully.
This is a blocker because it has completely broken several jobs in our workflow, and we are forced to either downgrade or change the project type until a fix is made. There is no other workaround currently for this.