-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins version = 1.420
Promoted builds plugin version = 2.2
I created two bare bones test projects to replicate:
- BUG TEST - promoter - Does nothing, but has a promotion which must be manually approved, and which triggers a parametrized build of another project (See screenshot)
- BUG TEST - downstream - Does nothing at all.
When I promote the first project, I expect the second to run. Instead I get:
Started by upstream project "BUG TEST - promoter/promotion/GoldStarPromotions" build number 5 FATAL: null java.lang.NullPointerException at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:85) at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46) at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) at hudson.model.Run.run(Run.java:1371) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:175)
If any further information would be helpful please let me know.
- is duplicated by
-
JENKINS-13425 Upgraded to 1.459 - Promotions now fail
-
- Resolved
-
-
JENKINS-10395 Promote Builds + Trigger parameterized build = java.lang.NullPointerException
-
- Resolved
-
-
JENKINS-15204 NPE when DownstreamBuildView is used with the Promoted Build plugin
-
- Resolved
-
- is related to
-
JENKINS-17407 IllegalArgumentException: promotion when trying to configure chain of downstream promotions
-
- Open
-
[JENKINS-10342] Build triggered by promotion fails
Component/s | New: downstream-buildview [ 15699 ] | |
Component/s | Original: promoted-builds [ 15567 ] |
Component/s | New: promoted-builds [ 15567 ] | |
Component/s | Original: downstream-buildview [ 15699 ] |
Description |
Original:
I created two bare bones test projects to replicate: # *BUG TEST - promoter* - Does nothing, but has a promotion which must be manually approved, and which triggers a parametrized build of another project (See screenshot) # *BUT TEST - downstream* - Does nothing at all. When I promote the first project, I expect the second to run and spit out env variables. Instead I get: {code} Started by upstream project "BUG TEST - promoter/promotion/GoldStarPromotions" build number 5 FATAL: null java.lang.NullPointerException at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:85) at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46) at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) at hudson.model.Run.run(Run.java:1371) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:175) {code} If any further information would be helpful please let me know. |
New:
I created two bare bones test projects to replicate: # *BUG TEST - promoter* - Does nothing, but has a promotion which must be manually approved, and which triggers a parametrized build of another project (See screenshot) # *BUT TEST - downstream* - Does nothing at all. When I promote the first project, I expect the second to run. Instead I get: {code} Started by upstream project "BUG TEST - promoter/promotion/GoldStarPromotions" build number 5 FATAL: null java.lang.NullPointerException at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:85) at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46) at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) at hudson.model.Run.run(Run.java:1371) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:175) {code} If any further information would be helpful please let me know. |
Component/s | New: downstream-buildview [ 15699 ] | |
Component/s | Original: promoted-builds [ 15567 ] |
Description |
Original:
I created two bare bones test projects to replicate: # *BUG TEST - promoter* - Does nothing, but has a promotion which must be manually approved, and which triggers a parametrized build of another project (See screenshot) # *BUT TEST - downstream* - Does nothing at all. When I promote the first project, I expect the second to run. Instead I get: {code} Started by upstream project "BUG TEST - promoter/promotion/GoldStarPromotions" build number 5 FATAL: null java.lang.NullPointerException at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:85) at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46) at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) at hudson.model.Run.run(Run.java:1371) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:175) {code} If any further information would be helpful please let me know. |
New:
I created two bare bones test projects to replicate: # *BUG TEST - promoter* - Does nothing, but has a promotion which must be manually approved, and which triggers a parametrized build of another project (See screenshot) # *BUG TEST - downstream* - Does nothing at all. When I promote the first project, I expect the second to run. Instead I get: {code} Started by upstream project "BUG TEST - promoter/promotion/GoldStarPromotions" build number 5 FATAL: null java.lang.NullPointerException at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:85) at org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46) at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) at hudson.model.Run.run(Run.java:1371) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:175) {code} If any further information would be helpful please let me know. |
changed component to downstream-buildview plugin.