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:
authorKamil TrzciƄski <ayufan@ayufan.eu>2017-03-27 14:58:57 +0300
committerDJ Mountney <david@twkie.net>2017-03-28 00:49:44 +0300
commit81b1730d44055af575bc234c151bd2b1708b205d (patch)
tree754c6643720c212be9679287e6a280661b7930e9 /changelogs
parent87d66fa5a5089eda95a50783413730a9c3c36d62 (diff)
Merge branch 'fix/gb/pipeline-retry-only-latest-jobs' into 'master'
Do not retry jobs multiple times when retrying a pipeline Closes #30092 See merge request !10249
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-gb-pipeline-retry-only-latest-jobs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-gb-pipeline-retry-only-latest-jobs.yml b/changelogs/unreleased/fix-gb-pipeline-retry-only-latest-jobs.yml
new file mode 100644
index 00000000000..c14679be70f
--- /dev/null
+++ b/changelogs/unreleased/fix-gb-pipeline-retry-only-latest-jobs.yml
@@ -0,0 +1,5 @@
+---
+title: Fix bug that caused jobs that already had been retried to be retried again
+ when retrying a pipeline
+merge_request: 10249
+author: