You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running Repository Stored Specs from GitHub, the Bamboo Plan cannot be created because of a null that is passed from Configuration.java
Steps to reproduce
Upgrade to Bamboo 6.5 or above
Ensure the latest version of the bamboo-github-status plugin is installed
Link a GitHub repository to Bamboo
Create a simple Repository Stored Specs using YAML
Commit a change to your Specs
Look at the Specs Status
Expected Behavior
Bamboo Specs runs successfully and the Plan is created
Actual Behavior
The following appears in the Specs Status error log:
Could not parse key 'null'
java.lang.IllegalArgumentException: Could not parse key 'null'
at com.atlassian.bamboo.plan.PlanKeys.getPlanKey(PlanKeys.java:244)
at com.mhackner.bamboo.Configuration.addDefaultValues(Configuration.java:53)
at com.atlassian.bamboo.configuration.external.helpers.BuildConfigurationPluginsExportHelper.lambda$addDefaultValues$2(BuildConfigurationPluginsExportHelper.java:36)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
at java.util.Iterator.forEachRemaining(Iterator.java:116)
...
From the Stack trace, I was able to find that the issue was coming from c.m.b.Configuration#addDefaultValues(). The only workaround for now is to Disable the bamboo-github-status Plugin.
Note + Disclaimer
This issue was reported via Atlassian Support, and I am the Support Engineer for Bamboo on the ticket
The text was updated successfully, but these errors were encountered:
Summary
When running Repository Stored Specs from GitHub, the Bamboo Plan cannot be created because of a null that is passed from Configuration.java
Steps to reproduce
bamboo-github-status
plugin is installedExpected Behavior
Bamboo Specs runs successfully and the Plan is created
Actual Behavior
The following appears in the Specs Status error log:
From the Stack trace, I was able to find that the issue was coming from
c.m.b.Configuration#addDefaultValues()
. The only workaround for now is to Disable thebamboo-github-status
Plugin.Note + Disclaimer
This issue was reported via Atlassian Support, and I am the Support Engineer for Bamboo on the ticket
The text was updated successfully, but these errors were encountered: