2017-09-06 38 views

回答

1

伊戈尔(连接三角帆到詹金斯的服务)only supports basic auth此刻。

但是,它看起来像你可以使用GitHub的令牌一起詹金斯的HTTP基本验证到get around this problem

jenkins: 
    username: <github_user> 
    password: <github_oauth_token> 
+0

完美的感谢! – doydoy