new ghcmgr API requries repo name in path

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-02-06 23:38:08 +01:00
parent cf8527d147
commit 00b5ad2af6
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ def ghcmgrPostBuild(success) {
curl --silent --verbose -XPOST --data '${json}' \
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
-H "content-type: application/json" \
'${ghcmgrurl}/builds/${changeId}'
'${ghcmgrurl}/builds/status-react/${changeId}'
"""
}
}