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

skip post test results

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