Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 criteria 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.

...

  • queueBuild
  • queueBuildFromList

Fields


Table plus


FieldFromDescriptionExamples
statebuild resultCompare the state of a build result to the requested value.
--field1 state --value SUCCESSFUL 
startedbuild resultCompare the started date of a build result to the requested value.
--field2 started --value2 2016-04-30 --dateFormat yyyy-MM-dd