From 4a10163172ba9d86053123e380e301df882fe20c Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Wed, 27 Nov 2019 16:16:19 -0800 Subject: [PATCH] Fixed bug related to icn/daaas jjb template Job not being picked up due to wrong path. Signed-off-by: Dileep Ranganathan Change-Id: I3174e669cf3b69cd4ff3f26e5f91e55d92b5f1a3 --- jjb/icn-daaas/icn-daaas.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/icn-daaas/icn-daaas.yaml b/jjb/icn-daaas/icn-daaas.yaml index 12d9190..332c4aa 100644 --- a/jjb/icn-daaas/icn-daaas.yaml +++ b/jjb/icn-daaas/icn-daaas.yaml @@ -17,9 +17,9 @@ # - project: name: icn-daaas - project: icn-daaas + project: 'icn/daaas' project-name: icn-daaas - build-node: icn-daaas-dev + build-node: icn-dev stream: - master: branch: master -- 2.16.6