From 88405ef9ee466381aac64b46f1be34ef16224496 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Tue, 19 Jun 2018 14:21:59 +0800 Subject: Support cascade triggered docker images. Add new templates for building Docker images that are triggered by the job that builds the artifacts that is required to build the Docker image. Change-Id: Iafd46c6814971949223ef2d7b03d1fbbbda1a9fa Issue-ID: VFC-728 Signed-off-by: Denes Nemeth --- jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'jjb/vfc') diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml index 7a93b8b8c..f87330011 100644 --- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml @@ -34,15 +34,18 @@ pom: 'nokiav2/pom.xml' pattern: 'nokiav2/**' jobs: - - '{project-name}-{subproject}-{stream}-merge-docker': +#missing docker build for verify + - '{project-name}-{subproject}-{stream}-merge-docker-cascade-trigger': docker_build_args: '--build-arg MODE=-SNAPSHOT --build-arg REPO=snapshots' docker_name: 'onap/vfc/nfvo/svnfm/nokiav2' docker_root: '$WORKSPACE/nokiav2/deployment' - - '{project-name}-{subproject}-{stream}-release-version-docker-daily-no-sonar': + - '{project-name}-{subproject}-{stream}-release-version-docker-daily-no-sonar-cascade-trigger': docker_build_args: '--build-arg MODE= --build-arg REPO=staging' docker_name: 'onap/vfc/nfvo/svnfm/nokiav2' docker_root: '$WORKSPACE/nokiav2/deployment' docker_registry: '$DOCKER_REGISTRY:10003' +#Since the release is moved manually from the staging repo to the release repo this job can not +#be triggered in a cascade way - '{project-name}-{subproject}-{stream}-release-version-docker-no-sonar': docker_build_args: '--build-arg MODE= --build-arg REPO=releases' docker_name: 'onap/vfc/nfvo/svnfm/nokiav2' -- cgit 1.2.3-korg