-
Bug
-
Resolution: Fixed
-
Major
-
None
My build job on Windows had problems clearing up temp files before build and build steps failed. Yet, PRQA plugin tries to run the checks.
Problem is, QAC/QAC++ project file are notoriously not portable, so my build scripts generate them during build.
Since build steps failed, project file is not generated, and QAC++ check fails.
Expected:
PRQA check is not executed if previous jenkins job steps failed and build result will be failed anyway.