From abc9b0fdaa93e387446b13dcc0c1e521ef3a0595 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 24 Mar 2021 13:26:43 +0000 Subject: SPEC-3414: add api option to agl-publish The api argument was missing. Change-Id: I98e9b066730f5917458d9caead8a6635a431750d Bug-AGL: SPEC-3414 Signed-off-by: Corentin LABBE --- jjb/common/include-agl-kci-publish-build-meta.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/common/include-agl-kci-publish-build-meta.sh') diff --git a/jjb/common/include-agl-kci-publish-build-meta.sh b/jjb/common/include-agl-kci-publish-build-meta.sh index cc2f700b..ce4b1d53 100644 --- a/jjb/common/include-agl-kci-publish-build-meta.sh +++ b/jjb/common/include-agl-kci-publish-build-meta.sh @@ -60,7 +60,8 @@ kci-publish() { --build_version $BUILD_VERSION \ --commit $DIST_BUILD_HASH \ --arch $TARGETARCH \ - --branch $GERRIT_BRANCH + --branch $GERRIT_BRANCH \ + --api http://kernelci.dev.baylibre.com:8081/ # DEBUG purpose, verify what is uploaded if [ -e agl-build-meta ];then find agl-build-meta -type f | xargs cat -- cgit 1.2.3-korg