From: YongchaoWu Date: Fri, 20 Dec 2019 10:03:11 +0000 (+0100) Subject: fix jenkins staing jobs with policy agent image X-Git-Tag: 1.0.1~58^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F88%2F2088%2F1;p=nonrtric.git fix jenkins staing jobs with policy agent image add a build execution before pushing execution Issue-ID: NONRTRIC-79 Signed-off-by: YongchaoWu Change-Id: I23c7fad8b9f1f76cd6d820779c06dcfb3eb49139 --- diff --git a/policy-agent/pom.xml b/policy-agent/pom.xml index 18158c37..bb6cdb74 100644 --- a/policy-agent/pom.xml +++ b/policy-agent/pom.xml @@ -236,6 +236,29 @@ ${docker-maven-plugin} false + + generate-policy-agent-image + package + + build + + + ${env.CONTAINER_PULL_REGISTRY} + + + o-ran-sc/policy-agent:${project.version} + + try + ${basedir} + Dockerfile + + ${project.version} + + + + + + push-policy-agent-image