user2218154
user2218154

Reputation: 37

Change bamboo plan so that I can edit it manually rather than editing it via a spec

I have a bamboo plan that is using bamboo specs.

When I click on the Actions button to configure the plan, I cannot edit the jobs and stuff in the UI. I have to update the bamboo spec YAML file to change the plan.

How do I opt out of this behaviour? I want to be able to modify my plan in the UI as usual.

Upvotes: 2

Views: 1831

Answers (2)

ehambright
ehambright

Reputation: 1593

As of Bamboo DataCenter 9.6 you can't (short of manually editing the SQL database). Once your plan has been set to use specs, it will always use specs. This occurs even if you start your plan in the GUI and later convert it to a specs based plan.

What I've done in the past is view the plan configuration in the GUI and then create a new plan with the same options using the GUI.

Upvotes: 0

user2218154
user2218154

Reputation: 37

Turns out this is a known issue.

https://jira.atlassian.com/browse/BAM-19616

Upvotes: 2

Related Questions