summaryrefslogtreecommitdiff
path: root/jenkins-helpers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins-helpers.sh')
-rw-r--r--jenkins-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-helpers.sh b/jenkins-helpers.sh
index e2964772..aea10d88 100644
--- a/jenkins-helpers.sh
+++ b/jenkins-helpers.sh
@@ -1264,7 +1264,7 @@ run_step ()
if [ x"$run_step_status" = x"0" -a x"$success_result" != x"x" ]; then
cat >> $run_step_top_artifacts/results <<EOF
-${step[@]}:
+# ${step[@]}:
$success_result
EOF
fi