Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 332 Bytes

isTimeoutAborted.md

File metadata and controls

15 lines (9 loc) · 332 Bytes

isTimeoutAborted() step

This step checks if the currently running build has been timeout-aborted or not.

Parameters

  • timeout: int; timeout for the build
  • unit: string, time unit, default: "SECONDS", other supported values are: "MINUTES", "SECONDS"

Example Usage

isTimeoutAborted(timeout: '60')