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

enable client testResults

parent 1274abfb
No related branches found
No related tags found
No related merge requests found
......@@ -78,11 +78,11 @@ pipeline {
}
}
}
// post {
// always{
// junit testResults: 'alfa-client/test-report.xml', skipPublishingChecks: true
// }
// }
post {
always{
junit testResults: 'alfa-client/test-report.xml', skipPublishingChecks: true
}
}
}
stage('Build and push client container') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment