aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/common/include-agl-kci-publish-build-meta.sh3
1 files changed, 2 insertions, 1 deletions
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