diff --git a/tracker_automations/bulk_prelaunch_jobs/bulk_prelaunch_jobs.sh b/tracker_automations/bulk_prelaunch_jobs/bulk_prelaunch_jobs.sh index 37b1320..0c40682 100755 --- a/tracker_automations/bulk_prelaunch_jobs/bulk_prelaunch_jobs.sh +++ b/tracker_automations/bulk_prelaunch_jobs/bulk_prelaunch_jobs.sh @@ -131,7 +131,7 @@ while read issue; do echo " - Build: ${build}" echo " - URL: ${joburl}" echo " - Result: ${type}: ${joburl}" - echo " - ${type}: ${joburl}" >> "${resultfile}.${issue}.txt" + echo " - ${joburl} ${type}" >> "${resultfile}.${issue}.txt" fi done < "${resultfile}.jenkinscli" echo "" >> "${resultfile}.${issue}.txt"