Added / to curl request
test-org/trust-module-frontend/pipeline/pr-main Build succeeded
test-org/trust-module-frontend/pipeline/pr-main Build succeeded
parent
5ef440384d
commit
448ea7a5a6
|
|
@ -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}
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue