From 916b8cc0a5164752f6d8aa7d78522806047a89c0 Mon Sep 17 00:00:00 2001
From: MatthewLi <matthew.lijun@huawei.com>
Date: Tue, 14 Jul 2015 09:31:31 +0000
Subject: create verify job for opnfvdocs for master and stable/arno

JIRA: OCTO-83

Change-Id: Ie79573d5534b6cb373f9dea2ff1bd120b4267ce9
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
---
 jjb/opnfvdocs/opnfvdocs.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'jjb/opnfvdocs')

diff --git a/jjb/opnfvdocs/opnfvdocs.yml b/jjb/opnfvdocs/opnfvdocs.yml
index da9f13cf4..2f927d5ce 100644
--- a/jjb/opnfvdocs/opnfvdocs.yml
+++ b/jjb/opnfvdocs/opnfvdocs.yml
@@ -3,7 +3,7 @@
     jobs:
         - 'opnfvdocs-daily-{stream}'
         - 'opnfvdocs-merge'
-        - 'opnfvdocs-verify'
+        - 'opnfvdocs-verify-{stream}'
 
     # stream:    branch with - in place of / (eg. stable-helium)
     # branch:    branch (eg. stable/helium)
@@ -60,7 +60,7 @@
             !include-raw docu-build.sh
 
 - job-template:
-    name: 'opnfvdocs-verify'
+    name: 'opnfvdocs-verify-{stream}'
 
     node: gce-opnfv-docker-1
 
@@ -76,7 +76,7 @@
         - project-parameter:
             project: '{project}'
         - gerrit-parameter:
-            branch: 'master'
+            branch: '{branch}'
     scm:
         - gerrit-trigger-scm:
             credentials-id: '{ssh-credentials}'
@@ -104,7 +104,7 @@
                 project-pattern: 'opnfvdocs'
                 branches:
                   - branch-compare-type: 'ANT'
-                    branch-pattern: '**/master'
+                    branch-pattern: '**/{branch}'
 
     builders:
         - shell:
-- 
cgit