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" \