Skip to content

Commit af28a2b

Browse files
committed
w
1 parent 2f28c30 commit af28a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/performance/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ pipeline {
5252
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
5353
bat 'pnpm run test:playwright:performance'
5454
}
55-
archiveArtifacts artifacts: '**/playwright/test-results/**', allowEmptyArchive: true
55+
archiveArtifacts artifacts: 'playwright/test-results/**', allowEmptyArchive: true
5656
withChecks('Performance Tests') {
57-
junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: '**/node_modules/**/report.xml'
57+
junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: 'node_modules/**/report.xml'
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)