Added / to curl request
test-org/trust-module-frontend/pipeline/pr-main Build succeeded

pull/16/head 1.0.7
yuobrezkov 2025-03-10 17:48:38 +03:00
parent 5ef440384d
commit 448ea7a5a6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ def notify(
-u "${giteaUser}:${giteaPass}" \ -u "${giteaUser}:${giteaPass}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"context":"${context}","state": "${status}", "description": "${description}"}' \ -d '{"context":"${context}","state": "${status}", "description": "${description}"}' \
${repositoryUrl}deployer3000${repositoryName}/statuses/${commitHash} ${repositoryUrl}deployer3000/${repositoryName}/statuses/${commitHash}
""" """
} }