From 7c237993b32ec96c5a41c03b138d017a0c9a1b1d Mon Sep 17 00:00:00 2001
From: xudan <xudan16@huawei.com>
Date: Tue, 12 Dec 2017 21:57:30 -0500
Subject: Create dovetail-docker-build-stable job

1. Dovetail first release is based on OPNFV danube release.
2. Dovetail has the branch stable/danube now.
3. It needs to automatically triggle dovetail-docker-build-stable job
   when there is a patch cherry picked to this stable branch.

JIRA: DOVETAIL-576

Change-Id: I58a639cd8208e40099c6481085d1f450c89b2523
Signed-off-by: xudan <xudan16@huawei.com>
---
 jjb/releng/opnfv-docker.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/jjb/releng/opnfv-docker.yml b/jjb/releng/opnfv-docker.yml
index 1a2756218..49b3fde2c 100644
--- a/jjb/releng/opnfv-docker.yml
+++ b/jjb/releng/opnfv-docker.yml
@@ -144,6 +144,11 @@
           project: 'yardstick'
           <<: *euphrates
           <<: *other-receivers
+      # projects with jobs for danube
+      - 'dovetail':
+          project: 'dovetail'
+          <<: *danube
+          <<: *other-receivers
 
     # yamllint enable rule:key-duplicates
     jobs:
-- 
cgit