Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 240 Bytes

isPullRequest.md

File metadata and controls

15 lines (10 loc) · 240 Bytes

isPullRequest() step

This step returns true if the current build is a build for a pull request. It returns false otherwise.

Parameters

No parameters.

Example Usage

if (isPullRequest()) {
    // do something
}