Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 676 Bytes

Gitlab-ChangeLog-9-5.md

File metadata and controls

23 lines (14 loc) · 676 Bytes

Release Article: https://about.gitlab.com/2017/08/22/gitlab-9-5-released/

Automatic Retry for Failed CI Jobs

再次之前,job failed 只能通过手动去进行重试

偶尔一两次还好,多了也会是一件烦心事,特别是失败是一下通过重试就可以解决的问题的时候

通过这一特性,配置一下,就可以远离这种烦恼啦

test:
  script: rspec
  retry: 2

automatic-retry-for-failed-ci-jobs

更多重试的介绍,在这里

The End