Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-11-07 18:02:18 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-11-07 18:02:18 +0300
commitf323d6148b7b71609cbd32ab9db4724fc108729d (patch)
tree28762cadb685f35a7a4b70bbf243a3023e999262 /changelogs
parent5dc0577b84b9d41b1e2a6e781dfeaa400e8e2c10 (diff)
parent0c59fdaab69e93e2f00fdf70f2a31bb095e3d8d0 (diff)
Merge branch 'max_retries_when' into 'master'
Allow to configure when to retry builds Closes gitlab-runner#3515 See merge request gitlab-org/gitlab-ce!21758
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/max_retries_when.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/max_retries_when.yml b/changelogs/unreleased/max_retries_when.yml
new file mode 100644
index 00000000000..dad3cd8a123
--- /dev/null
+++ b/changelogs/unreleased/max_retries_when.yml
@@ -0,0 +1,5 @@
+---
+title: Allow to configure when to retry failed CI jobs
+merge_request: 21758
+author: Markus Doits
+type: added