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" \