From c53f81ef89a31a138322118d7bb14d7a71e79c98 Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Wed, 9 Apr 2025 17:45:07 +0300 Subject: [PATCH] z --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4871e36..d25a344 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -98,7 +98,6 @@ pipeline { """ echo "PR ${prId} merged successfully into main!" def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim() - echo "Merge commit hash: ${mergeCommitHash}" sh """ curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \ -H "Content-Type: application/json" \