Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bamboo build is failing with the below error in Bamboo Version 6.0.5

Mohit Saraf February 26, 2018

Hi Team,

Our Bamboo Builds are failing with the below error after Bamboo Upgrade to version 6.0.5.

The error logs are 

:14:31	  File "/amp/local/tobld/build-and-deployment-automation/python/create_build_plans.py", line 557, in <module>
error	20-Feb-2018 08:14:31	    main()
error	20-Feb-2018 08:14:31	  File "/amp/local/tobld/build-and-deployment-automation/python/create_build_plans.py", line 500, in main
error	20-Feb-2018 08:14:31	    build_plan.add_group_permission(group, group_permission='READ')
error	20-Feb-2018 08:14:31	  File "/amp/local/tobld/build-and-deployment-automation/python/packages/Bamboo.py", line 361, in add_group_permission
error	20-Feb-2018 08:14:31	    current_groups = self.get_group_permissions(force_refresh=True)
error	20-Feb-2018 08:14:31	  File "/amp/local/tobld/build-and-deployment-automation/python/packages/Bamboo.py", line 383, in get_group_permissions
error	20-Feb-2018 08:14:31	    plan_yaml = self.get_yaml_config(force_refresh)
error	20-Feb-2018 08:14:31	  File "/amp/local/tobld/build-and-deployment-automation/python/packages/Bamboo.py", line 157, in get_yaml_config
error	20-Feb-2018 08:14:31	    extracted_yaml = match.group(0)
error	20-Feb-2018 08:14:31	AttributeError: 'NoneType' object has no attribute 'group'

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 26, 2018

Hi Mohit,

  • Does the script need to run with permissions it's not allowed to?
  • If you run the script from the command line does it work?

The only thing the script seems to show are permission issues

  • add_group_permission 
  • get_group_permissions
  • current_groups = self.get_group_permissions(force_refresh=True)
  • build_plan.add_group_permission(group, group_permission='READ')

Without seeing the script it would be difficult to determine what's going on.  The first thing I would check is the permissions of the user running the script during execution and go from there.

I would also take a look at the error AttributeError: 'NoneType' object has no attribute 'group'.  Here is a StackOverflow article that may help.

Cheers,

Branden

Mohit Saraf February 27, 2018

Hi Branden,

Thank You for your reply!

We are using a python script to automate the process of creating the bamboo build plan. This script is failing after the bamboo upgrade to version 6.0.5.

The issue is not with the permission, because the same script was working fine with the version 5.15.7.  The error we suspect is yaml configuration of build plans has changed drastically between v5.15.7 and v6.0.5. Please can you suggest some solution.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events