From 916467555fa2f2485933b836820214ee5164c8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 2 Apr 2019 13:50:55 +0200 Subject: [PATCH] add repo name to ghcmgr url MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/ghcmgr.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ghcmgr.groovy b/ci/ghcmgr.groovy index af046460c4..7828eeaca7 100644 --- a/ci/ghcmgr.groovy +++ b/ci/ghcmgr.groovy @@ -43,7 +43,7 @@ def postBuild(success) { curl --silent --verbose -XPOST --data '${json}' \ -u '${GHCMGR_USER}:${GHCMGR_PASS}' \ -H "content-type: application/json" \ - '${ghcmgrurl}/builds/${utils.changeId()}' + '${ghcmgrurl}/builds/status-react/${utils.changeId()}' """ } }