From: Nauman_Ahad Date: Wed, 18 Nov 2015 12:36:22 +0000 (+0500) Subject: Jenkins Job for QTIP dhrystone serial and ssl parallel X-Git-Tag: test-tag~206 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d927266e701ff450e18463ae59333fb03542bcac;p=releng.git 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 --- 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