根据Spinnaker文档,必须使用基本身份验证部署Jenkins以允许集成。我的Jenkins服务器使用Github身份验证 - 这是否意味着我无法集成这两个?
我尝试过,检索作业时出现连接错误。
答案 0 :(得分:1)
Igor(连接Spinnaker和Jenkins的服务)only supports basic auth此刻。
但是,看起来您可以将jenkins http basic auth与github令牌一起使用到get around this problem:
jenkins:
username: <github_user>
password: <github_oauth_token>