Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: add debug traces for the webhook payload (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya authored Apr 14, 2021
1 parent d7d3b93 commit 6fee879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/e2eKibana.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {
genericHeaderVariables: [
[key: 'x-github-event', regexpFilter: 'comment']
],
causeString: 'Triggered on comment: $GT_BODY',
causeString: 'Triggered on #$GT_PR (baseRef:$GT_BASE_REF, sha:$GT_PR_HEAD_SHA), via comment: $GT_BODY',
printContributedVariables: false,
printPostContent: false,
silentResponse: true,
Expand Down

0 comments on commit 6fee879

Please sign in to comment.