We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63757af commit 9603330Copy full SHA for 9603330
gradle/build-scan.gradle
@@ -40,6 +40,7 @@ buildScan {
40
if (splitJobName.length > 1 && splitJobName.last() ==~ /^([a-zA-Z0-9_\-]+=[a-zA-Z0-9_\-]+,?)+$/) {
41
def baseJobName = splitJobName.dropRight(1).join('/')
42
tag baseJobName
43
+ tag splitJobName.last()
44
value 'Job Name', baseJobName
45
def matrixParams = splitJobName.last().split(',')
46
matrixParams.collect { it.split('=') }.each { param ->
0 commit comments