Add warning that triggers will be auto-disabled
This commit is contained in:
parent
3837a7c2ed
commit
de2469ccdc
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@
|
|||
<div class="row">
|
||||
<div class="col-md-offset-3 col-md-6 col-sm-12 col-lg-6 content">
|
||||
<h3>Trigger has been successfully activated</h3>
|
||||
<div class="co-alert co-alert-warning">
|
||||
<strong>Please note:</strong> If the trigger continuously fails to build, it will be automatically
|
||||
disabled. It can be re-enabled from the build trigger list.
|
||||
</div>
|
||||
<div class="credentials" trigger="trigger"></div>
|
||||
<div class="button-bar">
|
||||
<a href="/repository/{{ repository.namespace }}/{{ repository.name }}?tab=builds">
|
||||
|
|
Reference in a new issue