Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
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

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

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.
Feb 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

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