Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 308 Bytes

abort.md

File metadata and controls

14 lines (9 loc) · 308 Bytes

abort() step

Abort the build. This step sets build result to "ABORTED" (gray icon in Jenkins), and immediately stops execution of the pipeline.

Parameters

  • message: string; A message for users explaining why the build was aborted

Example Usage

abort('ARTIFACT_ID is missing')