-link_to_auto_devops_settings=link_to(s_('AutoDevOps|enable Auto DevOps (Beta)'),project_settings_ci_cd_path(@project,anchor: 'js-autodevops-settings'))
-link_to_auto_devops_settings=link_to(s_('AutoDevOps|enable Auto DevOps (Beta)'),project_settings_ci_cd_path(@project,anchor: 'autodevops-settings'))
-link_to_add_kubernetes_cluster=link_to(s_('AutoDevOps|add a Kubernetes cluster'),new_project_cluster_path(@project))
=s_('AutoDevOps|You can automatically build and test your application if you %{link_to_auto_devops_settings} for this project. You can automatically deploy it as well, if you %{link_to_add_kubernetes_cluster}.').html_safe%{link_to_auto_devops_settings: link_to_auto_devops_settings,link_to_add_kubernetes_cluster: link_to_add_kubernetes_cluster}
The Auto DevOps pipeline configuration will be used when there is no <code>.gitlab-ci.yml</code> in the project.
=s_('CICD|The Auto DevOps pipeline configuration will be used when there is no %{ci_file} in the project.').html_safe%{ci_file: ci_file_formatted}
.radio
=form.label:enabled_falsedo
=form.radio_button:enabled,'false'
%strong Disable Auto DevOps
%strong=s_('CICD|Disable Auto DevOps')
%br
%span.descr
An explicit <code>.gitlab-ci.yml</code> needs to be specified before you can begin using Continuous Integration and Delivery.
=s_('CICD|An explicit %{ci_file} needs to be specified before you can begin using Continuous Integration and Delivery.').html_safe%{ci_file: ci_file_formatted}
Follow the instance default to either have Auto DevOps enabled or disabled when there is no project specific <code>.gitlab-ci.yml</code>.
=s_('CICD|Follow the instance default to either have Auto DevOps enabled or disabled when there is no project specific %{ci_file}.').html_safe%{ci_file: ci_file_formatted}
%p.prepend-top-10.append-bottom-10
You need to specify a domain if you want to use Auto Review Apps and Auto Deploy stages.
Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration.
=link_to'Learn more about Auto DevOps',help_page_path('topics/autodevops/index.md')
=s_('CICD|Auto DevOps will automatically build, test, and deploy your application based on a predefined Continuous Integration and Delivery configuration.')
=link_tos_('CICD|Learn more about Auto DevOps'),help_page_path('topics/autodevops/index.md')