You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add field BASIC_AUTH _Jenkins CSRF Protection (crumb) will be
BASIC_AUTH_CRUMB in a subscription
- Add help popup for authentication
- Update in documentation and help, and AUTH type name.
**Repeat:** It is possible to enable repeat, e.g. whether same subscription
48
58
should be re-triggered for new additions to the aggregated object. If disabled,
49
59
the notification will be triggered only the first time when conditions are
50
60
fulfilled.
51
61
52
-
**Requirement:** It is used to add a requirement, which need to be fulfilled
53
-
before a subscription is triggered. Requirement is added in the form of a
54
-
condition (with a specific format). More than one conditions may be added under
55
-
one requirement by using “Add Condition” button. It should be noted that
56
-
conditions under one requirement are connected by logical “AND”. Thus all
57
-
conditions udder one requirement need to be satisfied before a subscription is
58
-
triggered. More than one requirements may be added by “Add Requirement” button.
62
+
**Requirement and Conditions:** It is used to add a requirement, which need to
63
+
be fulfilled before a subscription is triggered. Requirement is added in the form
64
+
of a condition (with a specific format). More than one conditions may be added
65
+
under one requirement by using “Add Condition” button. It should be noted
66
+
that conditions under one requirement are connected by logical “AND”.
67
+
Thus all conditions udder one requirement need to be satisfied before a subscription
68
+
is triggered. More than one requirements may be added by “Add Requirement” button.
59
69
Requirements are connected by logical “OR”.
70
+
**_More information about how to write Requirement and Conditions can be found [here](https://github.com/eiffel-community/eiffel-intelligence/blob/master/wiki/markdown/subscriptions.md#writing-requirements-and-conditions)._**
0 commit comments