-
Bug
-
Resolution: Duplicate
-
Blocker
-
None
Just upgrading to jenkins 1.459, and now none of my promotions run, with this error message:
14:28:23 Started by upstream project "lanai-master/promotion/tapp-sandbox-rollout" build number 2169
14:28:23 FATAL: null
14:28:23 java.lang.NullPointerException
14:28:23 at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:85)
14:28:23 at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46)
14:28:23 at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188)
14:28:23 at hudson.model.Run.run(Run.java:1408)
14:28:23 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
14:28:23 at hudson.model.ResourceController.execute(ResourceController.java:88)
14:28:23 at hudson.model.Executor.run(Executor.java:238)
Let me know if you need anything else.
- duplicates
-
JENKINS-10342 Build triggered by promotion fails
-
- In Progress
-
[JENKINS-13425] Upgraded to 1.459 - Promotions now fail
Link | New: This issue duplicates JENKINS-10342 [ JENKINS-10342 ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 143891 ] | New: JNJira + In-Review [ 190802 ] |
Actually, it looks like the promotion runs fine, but then the actual build spits this out.
The problem is that when I run the build manually (with the required parameters) it runs fine. Only out of promotions is this happening.