We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f28c30 commit af28a2bCopy full SHA for af28a2b
build/performance/Jenkinsfile
@@ -52,9 +52,9 @@ pipeline {
52
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
53
bat 'pnpm run test:playwright:performance'
54
}
55
- archiveArtifacts artifacts: '**/playwright/test-results/**', allowEmptyArchive: true
+ archiveArtifacts artifacts: 'playwright/test-results/**', allowEmptyArchive: true
56
withChecks('Performance Tests') {
57
- junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: '**/node_modules/**/report.xml'
+ junit testDataPublishers: [[$class: 'StabilityTestDataPublisher']], testResults: 'node_modules/**/report.xml'
58
59
60
0 commit comments