diff --git a/ci/common.groovy b/ci/common.groovy index 4b179c3583..7bad24e9e9 100644 --- a/ci/common.groovy +++ b/ci/common.groovy @@ -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}' """ } }