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)