File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
core/src/main/java/io/kestra/plugin/core/trigger Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 206206 tasks:
207207 - id: send_alert
208208 type: io.kestra.plugin.notifications.sentry.SentryExecution
209- executionId: "{{ trigger.executionId }}"
210- transaction: "/execution/id/{{ trigger.executionId }}"
211- dsn: "{{ secret('SENTRY_DSN') }}"
212- level: ERROR
209+ executionId: "{{ trigger.executionId }}"
210+ transaction: "/execution/id/{{ trigger.executionId }}"
211+ dsn: "{{ secret('SENTRY_DSN') }}"
212+ level: ERROR
213213
214214 triggers:
215215 - id: failed_prod_workflows
216- type: io.kestra.plugin.core.trigger.Flow
217- conditions:
218- - type: io.kestra.plugin.core.condition.ExecutionStatus
219- in:
220- - FAILED
221- - WARNING
222- - type: io.kestra.plugin.core.condition.ExecutionNamespace
223- namespace: company.payroll
224- prefix: false"""
216+ type: io.kestra.plugin.core.trigger.Flow
217+ conditions:
218+ - type: io.kestra.plugin.core.condition.ExecutionStatus
219+ in:
220+ - FAILED
221+ - WARNING
222+ - type: io.kestra.plugin.core.condition.ExecutionNamespace
223+ namespace: company.payroll
224+ prefix: false"""
225225 )
226226
227227 },
You can’t perform that action at this time.
0 commit comments