ninja fix typo in Jenkinsfile

This commit is contained in:
Brandon Williams 2022-02-16 17:27:24 -06:00
parent 85c202d8a8
commit c586cca2b3
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ pipeline {
always {
warnError('missing test xml files') {
script {
copyTestResults('cqlsh-test', cqlsh.getNumber())
copyTestResults('cqlsh-tests', cqlsh.getNumber())
}
}
}