This option determines the behaviour to take if the from,to and step values do not form a valid combination. One that gives a finite number of combinations.
The actions that can be taken are:
- Fail the build step This will fail the buildstep with an RuntimeException. (This is the default, and occured in older versions)
- Don't trigger these projects This will cause the projects not to be triggered at all for this configuration.
- Skip these parameters This will allow the projects to be triggered without these parameters.