From f9e5139f58753cd97a8e1ad896452b756b4c7606 Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Wed, 9 Apr 2025 18:01:22 +0300 Subject: [PATCH 1/2] 123as2 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e680049..4c8bf75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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" \ From f667ac9357e0e342fac6f8036b1bcc6942280915 Mon Sep 17 00:00:00 2001 From: yuobrezkov Date: Wed, 9 Apr 2025 18:01:39 +0300 Subject: [PATCH 2/2] 123as2123 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4c8bf75..14c82c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}" - echo "NEW_COMMIT_HASH ${newCommitHash}" + echo "NEW_COMMIT_HASH ${newCommitHash} " sh """ curl -v -X POST -u "${GITEA_USER}:${GITEA_PASS}" \ -H "Content-Type: application/json" \