Skip to content

Commit

Permalink
Fix TCK results zip file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
bshannon committed Aug 2, 2019
1 parent bfcaa33 commit 4130fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -88,7 +88,7 @@ spec:
sh """
bash -x ${WORKSPACE}/docker/run_jakartamailtck.sh
"""
archiveArtifacts artifacts: "mailtck-results.tar.gz"
archiveArtifacts artifacts: "mail-tck-results.tar.gz"
junit testResults: 'results/junitreports/*.xml', allowEmptyResults: true
}
}
Expand Down

0 comments on commit 4130fcf

Please sign in to comment.