【发布时间】:2014-06-21 06:03:31
【问题描述】:
我在谷歌应用引擎中创建了一个应用程序,并将我的代码推送到谷歌提供的 git 中。现在我想设置与 cloudbees Jenkins 的 Continuos 集成。
当我在 Jenkins 中使用存储库 url 作为源代码级别的 url 创建作业时,出现以下错误
Failed to connect to repository : Command "git ls-remote -h https://source.developers.google.com/p/my-application-name/r/default HEAD" returned status code 128:
stdout:
stderr: fatal: remote error: Invalid username/password.
You may need to use your OAuth token password; Note that generated google.com passwords are not compatible with private repositories
我使用的存储库网址是:
https://source.developers.google.com/p/my-application-name/r/default
如何创建 OAuth 令牌?
【问题讨论】:
标签: jenkins continuous-integration cloudbees