我正在Windows 10上本地运行Jenkins,并且很难通过服务帐户将其部署到Google App Engine(标准)。到目前为止,这是我所做的:
jenkins@PROJECT-ID.iam.gserviceaccount.com
的新服务帐户然后,在使用Node.js构建项目后,我使用了以下命令:
gcloud auth activate-service-account --key-file %USERPROFILE%\Documents\PROJECT\jenkins-local-sa.json
gcloud config set project PROJECT-ID
gcloud app deploy app.yaml
然后我被这个错误击中:
(gcloud.app.deploy) Error Response: [13] Failed to create cloud build: cloudbuild service account doesn't have access to projectID "PROJECT-ID".
我在Google搜索中发现了许多其他错误,但没有发现这个错误。有没有人遇到此错误?
答案 0 :(得分:0)
您需要在云构建设置中启用service account user
权限!