42d99460d3
Keep feature flag disabled by default and turn off all functionality related to legacy triggers. * Block legacy triggers from creating pipeline * Highlight legacy triggers to be invalid via the UI * Make legacy triggers invalid in the model
9 lines
385 B
Text
9 lines
385 B
Text
- if Feature.enabled?(:use_legacy_pipeline_triggers, @project)
|
|
%p.append-bottom-default
|
|
Triggers with the
|
|
%span.badge.badge-primary legacy
|
|
label do not have an associated user and only have access to the current project.
|
|
%br
|
|
= succeed '.' do
|
|
Learn more in the
|
|
= link_to 'triggers documentation', help_page_path('ci/triggers/README'), target: '_blank'
|