From 81d2f441c3f4ef6956f203014c2056f2a12ec593 Mon Sep 17 00:00:00 2001
From: Yujun Zhang <zhang.yujunz@zte.com.cn>
Date: Mon, 7 Aug 2017 13:55:41 +0800
Subject: Fix error in qtip job template

Change-Id: Ida62e630c1f26ed4058eb34dbd9d438fb6071387
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
---
 jjb/qtip/qtip-integration-jobs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'jjb')

diff --git a/jjb/qtip/qtip-integration-jobs.yml b/jjb/qtip/qtip-integration-jobs.yml
index a349fc33b..46c101d7a 100644
--- a/jjb/qtip/qtip-integration-jobs.yml
+++ b/jjb/qtip/qtip-integration-jobs.yml
@@ -34,8 +34,8 @@
 
     triggers:
         - experimental:
-            project: {project}
-            branch: {branch}
+            project: '{project}'
+            branch: '{branch}'
             files: '**'
 
     builders:
-- 
cgit