From efa1586ef138a17ea8ef740438b61316c49171fe Mon Sep 17 00:00:00 2001 From: Boris Shestov Date: Wed, 5 Feb 2025 16:25:40 +0300 Subject: [PATCH] hostfix: json output (!73) hostfix Co-authored-by: Boris Shestov Reviewed-on: https://git.avroid.tech/DevOps/jenkins-pipelines/pulls/73 Co-authored-by: Boris Shestov Co-committed-by: Boris Shestov --- pipelines/Docs/Eisen/doxygen.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines/Docs/Eisen/doxygen.groovy b/pipelines/Docs/Eisen/doxygen.groovy index c0cff23..2dda3e7 100644 --- a/pipelines/Docs/Eisen/doxygen.groovy +++ b/pipelines/Docs/Eisen/doxygen.groovy @@ -64,6 +64,7 @@ podTemplate(workspaceVolume: emptyDirWorkspaceVolume(memory: false), String branchName = '' if (env.webhookBody) { Map fullJSON = readJSON(text: webhookBody) + println fullJSON if (fullJSON.containsKey('head_commit')) { String hashCommit = fullJSON['head_commit']['id'] String shorthashCommit = hashCommit.substring(0, 10)