-
Bug
-
Resolution: Fixed
-
Major
-
Java 7
Jenkins 1.616
Matrix Configuration Parameter Plugin 1.0.8
If we want to launch a build with parameters when another build is running, we obtain a faulty page with a Java backtrace (see attachment).
The problem comes from the differentiation between Success and Failed state of the previous build, "MatrixRun.getResult()" return null (see second attachment for a quick&dirty patch).
- is duplicated by
-
JENKINS-28861 Nullpointer issue: Open build page of same job when a Matrix project is running
- Closed