Define the minimum required quality of the previous run
This value is only used in case there is no new version to build, but the previous run failed:
If set to:
- SUCCESS: the build will rerun if the previous result was worse than SUCCESS
- UNSTABLE: the build will rerun if the previous result was worse than UNSTABLE
- FAILURE: the build will rerun if the previous result was worse than FAILURE