Skip to content

Commit

Permalink
Switch the positions of the job URL (badge) and the job description
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Oct 11, 2024
1 parent c9f60d5 commit ad2c00a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ad2c00a

Please sign in to comment.