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'
Hi Mohit,
The only thing the script seems to show are permission issues
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.