From d927266e701ff450e18463ae59333fb03542bcac Mon Sep 17 00:00:00 2001 From: Nauman_Ahad Date: Wed, 18 Nov 2015 17:36:22 +0500 Subject: Jenkins Job for QTIP dhrystone serial and ssl parallel Removed if condition bug due to missing whitespaces JIRA:QTIP-7 Change-Id: I770097d171333f7eb17e81d7d0118f093623e2b5 Signed-off-by: Nauman_Ahad --- jjb/qtip/qtip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb') diff --git a/jjb/qtip/qtip.yml b/jjb/qtip/qtip.yml index 4bef7c544..e87408885 100644 --- a/jjb/qtip/qtip.yml +++ b/jjb/qtip/qtip.yml @@ -289,7 +289,7 @@ builders: - shell: | #! /bin/bash - if [[ ! -f $HOME/opnfv-openrc.sh]]; then + if [[ ! -f $HOME/opnfv-openrc.sh ]]; then echo "Unable to access file $HOME/opnfv-openrc.sh" exit 1 fi @@ -305,7 +305,7 @@ builders: - shell: | #!/bin/bash - if [[ ! -f $HOME/opnfv-openrc.sh]]; then + if [[ ! -f $HOME/opnfv-openrc.sh ]]; then echo "Unable to access file $HOME/opnfv-openrc.sh" exit 1 fi -- cgit 1.2.3-korg