summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jenkins-helpers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins-helpers.sh b/jenkins-helpers.sh
index 32050ee1..83f950ae 100644
--- a/jenkins-helpers.sh
+++ b/jenkins-helpers.sh
@@ -1258,7 +1258,7 @@ run_step ()
full_step_name=$(printf "%02d" $run_step_count)-$pretty_step
# This is used when accessing the workspace
run_step_artifacts=$run_step_top_artifacts/$full_step_name
- local log_url
+ local log_url=""
if [ -v BUILD_URL ]; then
# Link to jenkins, valid once the job has finished
log_url="(${BUILD_URL}artifact/artifacts/$full_step_name/console.log)"