Fix for running SCPF flow objective tests and creating overall graphs

Change-Id: Ie84110f573c18a431d4a129ac22acacd9a9edc53
diff --git a/TestON/JenkinsFile/dependencies/JenkinsGraphs.groovy b/TestON/JenkinsFile/dependencies/JenkinsGraphs.groovy
index 8fccede..b39c2b4 100644
--- a/TestON/JenkinsFile/dependencies/JenkinsGraphs.groovy
+++ b/TestON/JenkinsFile/dependencies/JenkinsGraphs.groovy
@@ -159,7 +159,8 @@
                     string( credentialsId: 'db_host', variable: 'host' ),
                     string( credentialsId: 'db_port', variable: 'port' ) ] ) {
                 testList = test_list.getTestListAsString( tests )
-                sh script: ( '''#!/bin/bash''' +
+                sh script: ( '''#!/bin/bash
+                             ''' +
                    basicGraphPart( trend_generator_file, host, port,
                                                 user, pass, testType,
                                                 prop[ "ONOSBranch" ] ) + " " + testList + " 20 " + graph_saved_directory ), label: "Generate Overall Graph"