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

skip post stage due to missing test results in test-report

parent a7850f18
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