From 18dc7e7a9673753ed6e40f6b93a078a0eaec177d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Thu, 15 Apr 2021 10:52:57 +0200 Subject: [PATCH] chore: print payload --- .ci/e2eKibana.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/e2eKibana.groovy b/.ci/e2eKibana.groovy index 3d3c257356..d1f5461215 100644 --- a/.ci/e2eKibana.groovy +++ b/.ci/e2eKibana.groovy @@ -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'] @@ -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') {