Compare commits

..

2 Commits

Author SHA1 Message Date
deployer3000 caa5ab4c15 Merge pull request 'z' (#21) from rc into main 2025-04-09 17:48:09 +03:00
yuobrezkov c53f81ef89 z
test-org/test-ci-cd/pipeline/pr-main This commit looks good Details
2025-04-09 17:45:07 +03:00
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" \