Fix run_cmd invocation in SharedPipeline.groovy

Change-Id: Iadfcd20f677dc369630b26632f469ac24e04f88f
diff --git a/src/com/mirantis/system_qa/SharedPipeline.groovy b/src/com/mirantis/system_qa/SharedPipeline.groovy
index f24d7fd..c16e453 100644
--- a/src/com/mirantis/system_qa/SharedPipeline.groovy
+++ b/src/com/mirantis/system_qa/SharedPipeline.groovy
@@ -346,7 +346,7 @@
         if [ -f \$(pwd)/${ENV_NAME}_salt_deployed.ini ]; then
             cp \$(pwd)/${ENV_NAME}_salt_deployed.ini \$(pwd)/${ENV_NAME}_${stack}_deployed.ini
         fi
-    """, exeption_with_logs: true)
+    """, false, true)
 }
 
 def get_steps_list(steps) {