创建CI / CD heroku,git和jenkins

时间:2018-08-02 22:35:48

标签: git jenkins github heroku jenkins-plugins

我正在与jekins,git和heroku不断融合

我遵循了Setting up Jekins to deploy to heroku

的指示

当我添加heroku存储库时,出现以下错误

Failed to connect to repository : Command "git.exe ls-remote -h https://git.heroku.com/angular.git HEAD" returned status code 128:
stdout: 
stderr: remote: !   WARNING:
remote: !   Do not authenticate with username and password using git.
remote: !   Run `heroku login` to update your credentials, then retry the git command.
remote: !   See documentation for details: https://devcenter.heroku.com/articles/git#http-git-authentication
fatal: Authentication failed for 'https://git.heroku.com/angular.git/'

在这里可以看到jekins中的错误 enter image description here

我仅通过输入heroku存储库的链接而没有输入任何凭据就得到了错误。

我做错了什么?

1 个答案:

答案 0 :(得分:1)

这些教程显示了相同的屏幕,但是带有凭据:

https://lankydanblog.files.wordpress.com/2017/06/jenkins-image-71.png?w=1024

我知道仅输入URL就会触发错误消息,但是您应该能够选择预先记录的凭据,使该消息消失。