new ghcmgr API requries repo name in path
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cf8527d147
commit
00b5ad2af6
|
@ -232,7 +232,7 @@ def ghcmgrPostBuild(success) {
|
||||||
curl --silent --verbose -XPOST --data '${json}' \
|
curl --silent --verbose -XPOST --data '${json}' \
|
||||||
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
|
-u '${GHCMGR_USER}:${GHCMGR_PASS}' \
|
||||||
-H "content-type: application/json" \
|
-H "content-type: application/json" \
|
||||||
'${ghcmgrurl}/builds/${changeId}'
|
'${ghcmgrurl}/builds/status-react/${changeId}'
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue