Show error message when pipelines disabled and Pipeline must succeed
Merged
requested to merge 216031-show-accurate-error-message-when-pipelines-disabled-mr-must-succeed-option into master
1 unresolved thread
Compare changes
Files
12- Frédéric Caplette authored
When there are no CI services found and the pipeline must succeed option is turned on, this is considered an invalid usecase since the pipeline will never be successful. Because of this, we add a meaningful message to the UI that explain this situation and link to our documentation while in the Merge request.
@@ -26,6 +26,8 @@ export default {
@@ -56,7 +58,7 @@ export default {
@@ -81,7 +83,7 @@ export default {
@@ -97,6 +99,9 @@ export default {
@@ -321,7 +326,10 @@ export default {
@@ -343,9 +351,19 @@ export default {