Merge pull request 'rc' (#24) from rc into main

pull/27/head
deployer3000 2025-04-09 18:02:56 +03:00
commit a89a5f3d28
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" \