123as2
test-org/test-ci-cd/pipeline/pr-main Build succeeded

pull/24/head
yuobrezkov 2025-04-09 18:01:22 +03:00
parent 5e8ed330f8
commit f9e5139f58
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -100,7 +100,7 @@ pipeline {
def commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
def newCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
echo "COMMIT_HASH ${commitHash}"
ecoh "NEW_COMMIT_HASH ${newCommitHash}"
echo "NEW_COMMIT_HASH ${newCommitHash}"
sh """
curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \
-H "Content-Type: application/json" \