Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,459
Community Members
 
Community Events
184
Community Groups

How to solve "Plan import is blocked to prevent deleting your plan plugin configurations silently."

I'm receiving the following error when trying to publish my Bamboo spec for the first time.

2017-09-03 02:59:26,625 INFO [BambooServer] Publishing plan CWP-BSCR
2017-09-03 02:59:27,366 INFO [BambooServer] An error occurred while publishing plan CWP-BSCR: Plan import is blocked to prevent deleting your plan plugin configurations silently. If you are confident that you want to delete all plan plugin configurations, use com.atlassian.bamboo.specs.api.builders.plan.Plan.noPluginConfigurations method explicitly.
2017-09-03 02:59:27,367 DEBUG [BambooServer] {"errors":["Plan import is blocked to prevent deleting your plan plugin configurations silently. If you are confident that you want to delete all plan plugin configurations, use com.atlassian.bamboo.specs.api.builders.plan.Plan.noPluginConfigurations method explicitly."],"fieldErrors":{}}

 Note that the plan and project that I'm trying to publish already exist on the server and should have identical configuration.

Can anyone shed some more light as to the reason behind this error?

1 answer

3 votes
Grzegorz Lewandowski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Sep 05, 2017

Bamboo 6.1 release contined support for Miscellanous plugins configuration via Bamboo Specs. 

Since it was not possible to configure this part of plan via Bamboo Specs before 6.1  some users might have configure it via UI. If you're going to use the same plan specification in 6.1 it could clear all plugin configurations. This could lead to data loss and configuration problem which might not be easy to find. That's why we introduced a safty check which prevents users from clearing parts of configuration which werent available in previous Bamboo releases. 

 

In order to fix the problem you need to do one of the two following things:

  • Preferred: Include plugin configuration and your plan specification (you can use export feature to export existing configuration) 
  • Use Plan#noPluginConfiguration to explicitly state you want to reset this part of Plan config to default (this method is deprecated and will be removed in the future)

 

The same safety check was implemented for plan notifications. 

Does your answer apply to YAML specs as well? I'm getting that error trying a "hello world" yaml spec. I can only export the existing configuration to java specs, not yaml specs and I am not sure how the translation would look like. I couldn't find anything plugin related in yaml spec reference.

+1

This more or less makes YAML specs worthless.

How come YAML specs are so much behind? And how come this question has been unanswered for over a year?

Any news on this answer? 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events