Plan branches not working in results summary

Issue #11 new
OFark created an issue

This isn't an issue it's a fix, because I can't authenticate though SourceTree to create a branch/pull request:

Change GitVersionResultsContextProvider.java : Replace line 4 -import com.atlassian.bamboo.plan.cache.ImmutableChainImpl; +import com.atlassian.bamboo.plan.cache.ImmutableChain;

line 28 -final ImmutableChainImpl plan = (ImmutableChainImpl)map.get("plan"); +final ImmutableChain plan = (ImmutableChain)map.get("plan");

insert lines 39 and 40 if(entry.getKey().length() <= GitVersionTask.PREFIX.length()) continue;

Then you should see the results in plan branches.

Comments (0)

  1. Log in to comment