Skip to content

Commit 4d00950

Browse files
vipbhardwajCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 21e4c86 commit 4d00950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jenkins/pipelines/QE/c/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pipeline {
167167
}
168168
junit testResults: '.greenboard-results/junit_*.xml', allowEmptyResults: true
169169
archiveArtifacts artifacts: '.greenboard-results/**/*', fingerprint: true, allowEmptyArchive: true
170-
archiveArtifacts artifacts: 'tests/QE/java_desktop/**/*', fingerprint: true, allowEmptyArchive: true
170+
archiveArtifacts artifacts: 'tests/QE/c_linux/**/*', fingerprint: true, allowEmptyArchive: true
171171
echo "=== C Linux Test Teardown Complete"
172172
}
173173
}

0 commit comments

Comments
 (0)