Skip to end of banner
Go to start of banner

Conditional Queueing

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Some use cases have a need to only queue a build if certain conditions are met. This describes the support provided in this area. It is based on querying previous build results to see if there already exists a build that satisfies the conditions. If so, a new build is not required and so will not be queued. This uses the same filtering criterial used in getBuildList

The support has been implemented to be expanded in the future as more use cases are identified. Open an issue if you have a new use case.

Actions Supported

  • queueBuild
  • queueBuildFromList

Fields

  • No labels