CLOUD BUILD failed to run

This is the log of my Cloud Build:Your build failed to run: generic::not_found: Unknown service    account

Can you help me figure out how to fix this?@ links to members

 

Also, I need to learn the path to DevOps and GCP CI/CD can you recommend free and paid courses for beginners to advanced level? 

P.S. I would prefer courses that have video content

 

0 1 303
1 REPLY 1

Hi @Safi5000,

Welcome to Google Cloud Community!

You are getting this error because the Cloud Build service account doesn't have the necessary permissions to perform a task. Please check if roles are granted through the following:

You should be able to see the image below:

service-account-permissions.pngOr you should be able to see @cloudbuild.gserviceaccount.com in your IAM page then edit the permission you wanted to grant.

You could check the following for some tutorials for DevOps or CI/CD:

You could explore other channels as Google Cloud Community is designed to provide solution for Google Cloud-related concerns.

Hope this helps.