Skip to content

Commit

Permalink
Adds .githooks to notify jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jvrsantacruz committed Oct 3, 2024
1 parent b646790 commit ccbc8d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .githooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
jenkins:
notify:
enable: true
gitlab:
merge_request:
enabled: true
branch_regex: ['.+'] # create MR for any branch
templates:
description: |
{% if teg_case_id %}
TEG case: {{ teg_case_url }}
{% endif %}

0 comments on commit ccbc8d3

Please sign in to comment.