From c3f1192de47de41f3c2035020e6f5b1cfc3b5a5e Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Mon, 10 Mar 2025 17:39:09 +0300 Subject: [PATCH] DEBUG info --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index d1ca2b6..50be8c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,6 +81,7 @@ pipeline { echo "PR ${prId} merged successfully into master!" def context = "test-org/trust-module-frontend/pipeline/pr-${env.CHANGE_TARGET}" def commitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim() + echo "commit hash = ${commitHash}" notify(context, GITEA_USER, GITEA_PASS, env.GITEA_REPOSITORY_URL, "trust-module-frontend", commitHash, "success") } }