z
test-org/test-ci-cd/pipeline/pr-main This commit looks good Details

pull/21/head 0.0.1
yuobrezkov 2025-04-09 17:45:07 +03:00
parent b6ecb34090
commit c53f81ef89
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -98,7 +98,6 @@ pipeline {
""" """
echo "PR ${prId} merged successfully into main!" echo "PR ${prId} merged successfully into main!"
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim() def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
echo "Merge commit hash: ${mergeCommitHash}"
sh """ sh """
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \ curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \