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

Commit

Permalink
chore: print payload
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 15, 2021
1 parent 3ba61cd commit 18dc7e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/e2eKibana.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ pipeline {
[key: 'GT_HEAD_SHA', value: '$.pull_request.head.sha'],
[key: 'GT_BODY', value: '$.comment.body'],
[key: 'GT_COMMENT_ID', value: '$.comment.id']
[key: 'GT_PAYLOAD', value: '$']
],
genericHeaderVariables: [
[key: 'x-github-event', regexpFilter: 'comment']
Expand All @@ -53,6 +54,7 @@ pipeline {
PATH = "${env.HOME}/bin:${env.HOME}/node_modules:${env.HOME}/node_modules/.bin:${env.PATH}"
}
steps {
echo(message: "$env.GT_PAYLOAD")
checkPermissions()
buildKibanaDockerImage(refspec: getBranch())
catchError(buildResult: 'UNSTABLE', message: 'Unable to run e2e tests', stageResult: 'FAILURE') {
Expand Down

0 comments on commit 18dc7e7

Please sign in to comment.