From c411eb7b50c9da32c5ffe2f8e01c2c5ef03fe70c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 8 Apr 2015 16:46:29 -0400 Subject: Fix {branch} parameter not found JIRA: 0000 Change-Id: I784e48c181bc2c1fda7d52539e8775a253d0b128 Signed-off-by: Thanh Ha --- jjb/vswitchperf/vswitchperf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/vswitchperf') diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 7c71fbc07..192737be2 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -2,7 +2,7 @@ name: vswitchperf jobs: - 'vswitchperf-test' - - 'vswitchperf-daily-master' + - 'vswitchperf-daily-{stream}' - 'vswitchperf-merge' - 'vswitchperf-verify' @@ -31,7 +31,7 @@ echo "Hello world from vswitchperf" - job-template: - name: 'vswitchperf-daily-master' + name: 'vswitchperf-daily-{stream}' # Job template for daily builders # -- cgit 1.2.3-korg