Skip to content

Commit 838b5aa

Browse files
Update buildenv/jenkins/perfPipeline.groovy
Co-authored-by: Martijn Verburg <[email protected]>
1 parent 7ba9325 commit 838b5aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv/jenkins/perfPipeline.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ node (SETUP_LABEL) {
8383
def thisTestParams = testParams.collect()
8484
def thisBaselineParams = baselineParams.collect()
8585
if (PROCESS_METRICS) {
86-
//set the target, testlist should change if some metrics regress while others do not
86+
// Set the target, testlist should change if some metrics regress while others do not
8787
testNames = testList.join(",")
8888
def TARGET = params.TARGET.replaceFirst(/(?<=TESTLIST=)[^ ]+/, testNames)
8989
thisTestParams << string(name: "TARGET", value: TARGET)

0 commit comments

Comments
 (0)