Skip to content

Commit

Permalink
Tag individual CI job name axis in build scans
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-vieira committed Jan 9, 2024
1 parent 497304e commit 3de098c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ buildScan {

value 'Job Name', jobName
tag jobName
jobName.split('_').each { jobNamePart ->
tag jobNamePart
}

if (branch) {
tag branch
Expand Down

0 comments on commit 3de098c

Please sign in to comment.