I used Jenkins to create a CI pipeline for my node js application. My pipeline includes tasks such as assembly, unit test, integration test, code analysis, etc. I was wondering if it is possible to complete a build failure if, for example, by implementing a threshold, for example, the number of failed tests, z%? I know that by default the assembly will fail if even one test case fails.
user5049061
source
share