Skip to content

Commit

Permalink
Add sundeck qtag for hook_ids_applied (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
scgkiran authored Oct 22, 2024
1 parent fa918f4 commit 2b13d15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/pkg/qtag/declarations/sundeck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ fields:
type: DIMENSION
- name: hooks_applied
type: TRACE
- name: hook_ids_applied
type: TRACE
- name: reject_message
type: TRACE
- name: parent_query_id
Expand Down
4 changes: 4 additions & 0 deletions go/pkg/qtag/generated.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,10 @@ func (c *Sundeck) AddHooks_applied(value any) {
c.values["hooks_applied"] = value
}

func (c *Sundeck) AddHook_ids_applied(value any) {
c.values["hook_ids_applied"] = value
}

func (c *Sundeck) AddReject_message(value any) {
c.values["reject_message"] = value
}
Expand Down

0 comments on commit 2b13d15

Please sign in to comment.