The Skip Next Build plugin adds two new permissions:
- Skip: Apply - this permission is required in order to apply a skip to a project. It is implied by the Overall: Administer permission.
- Skip: Remove - this permission is required in order to remove a skip from a project. It is implied by the Overall: Administer permission.
The Skip Next Build plugin adds two new CLI operations:
applySkip
- this operation applies a skip to a project. It takes a single parameter which is the number of hours to skip the project for. If the parameter is outside the range 0 to 24 it will be brought to the nearest value within that range.removeSkip
- this operation removes any skip that may have been applied to a project.