diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-11-30 09:50:46 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-11-30 09:50:46 +0000 |
commit | 817bb1905703f0ae63c3a877348b7b4bcc1136c6 (patch) | |
tree | 36330517f0ecfa720f52e386eb42a47d65cc1606 /changelogs | |
parent | 9f967ba25fff0c94c834790b4ac8545c86b57e0a (diff) | |
parent | d56d419a79e1a2386298e28ee29507e10409ca9e (diff) | |
download | gitlab-ce-817bb1905703f0ae63c3a877348b7b4bcc1136c6.tar.gz |
Merge branch 'ignore-failed-pipeline-creation-on-pipeline-schedule' into 'master'
Remove auto deactivation when failed to create a pipeline via pipeline schedules
Closes #41231
See merge request gitlab-org/gitlab-ce!22243
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/ignore-failed-pipeline-creation-on-pipeline-schedule.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ignore-failed-pipeline-creation-on-pipeline-schedule.yml b/changelogs/unreleased/ignore-failed-pipeline-creation-on-pipeline-schedule.yml new file mode 100644 index 00000000000..90f47aa12db --- /dev/null +++ b/changelogs/unreleased/ignore-failed-pipeline-creation-on-pipeline-schedule.yml @@ -0,0 +1,5 @@ +--- +title: Remove auto deactivation when failed to create a pipeline via pipeline schedules +merge_request: 22243 +author: +type: changed |