Add stc setup to the trigger to prevent Natty Exception from BM

Change-Id: Ia87e92731d37dc0a9cbdaa7a1447fdd55cd7eca6
diff --git a/TestON/JenkinsFile/TriggerFuncs.groovy b/TestON/JenkinsFile/TriggerFuncs.groovy
index 8cefc50..6d567a7 100644
--- a/TestON/JenkinsFile/TriggerFuncs.groovy
+++ b/TestON/JenkinsFile/TriggerFuncs.groovy
@@ -169,7 +169,9 @@
         echo -e "\n##### Stop all running instances of Karaf #####"
         kill $(ps -efw | grep karaf | grep -v grep | awk '{print $2}')
         sleep 30
-        git branch'''
+        git branch
+        stc setup
+        '''
     }
     return result
 }