Skip to content
Snippets Groups Projects
Commit b8db06b0 authored by OZGCloud's avatar OZGCloud
Browse files

skip post test results

parent 718635ab
Branches
Tags
No related merge requests found
......@@ -53,11 +53,11 @@ pipeline {
}
}
}
post {
always{
junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true
}
}
// post {
// always{
// junit testResults: 'goofy-client/test-report.xml', skipPublishingChecks: true
// }
// }
}
stage('Server') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment