summaryrefslogtreecommitdiffstats
path: root/jjb/vfc
diff options
context:
space:
mode:
authorDenes Nemeth <denes.nemeth@nokia.com>2018-06-29 08:58:48 +0200
committerDenes Nemeth <denes.nemeth@nokia.com>2018-06-29 09:14:46 +0200
commit5a504d23bda95db055528b9f519c46f4ac47424f (patch)
treef87c4ae748b34a61ea88daa5dced66b75317aa31 /jjb/vfc
parent7e03844c2b7182dd367a06fd9af3068a97e7f2cd (diff)
Fix cascade build references for docker.
The parent jobs that trigger the docker build may reside in different jenkins job structure. Adding a parameter to configure the parent job that should trigger the build. Change-Id: I796976c97abc77feea1c9625c11023802ef2f54d Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Diffstat (limited to 'jjb/vfc')
-rw-r--r--jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml
index f87330011..cb55774b2 100644
--- a/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml
+++ b/jjb/vfc/vfc-nfvo-driver-vnfm-svnfm-nokiav2.yaml
@@ -39,11 +39,13 @@
docker_build_args: '--build-arg MODE=-SNAPSHOT --build-arg REPO=snapshots'
docker_name: 'onap/vfc/nfvo/svnfm/nokiav2'
docker_root: '$WORKSPACE/nokiav2/deployment'
+ parent_job: '{project-name}-{stream}-drv-vnfm-nokiav2-merge-java'
- '{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'
+ parent_job: '{project-name}-{stream}-drv-vnfm-nokiav2-release-version-java-daily'
#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':