Compare commits

...

3 Commits

Author SHA1 Message Date
deployer3000 a89a5f3d28 Merge pull request 'rc' (#24) from rc into main 2025-04-09 18:02:56 +03:00
yuobrezkov f667ac9357 123as2123
test-org/test-ci-cd/pipeline/pr-main This commit looks good Details
2025-04-09 18:01:39 +03:00
yuobrezkov f9e5139f58 123as2
test-org/test-ci-cd/pipeline/pr-main Build succeeded
2025-04-09 18:01:22 +03:00
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 commitHash = sh(script: "git rev-parse HEAD~1", returnStdout: true).trim()
def newCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim() def newCommitHash = sh(script: "git rev-parse HEAD", returnStdout: true).trim()
echo "COMMIT_HASH ${commitHash}" echo "COMMIT_HASH ${commitHash}"
ecoh "NEW_COMMIT_HASH ${newCommitHash}" echo "NEW_COMMIT_HASH ${newCommitHash} "
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" \