Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 260 Bytes

getGitUrl.md

File metadata and controls

13 lines (8 loc) · 260 Bytes

getGitUrl() step

This step returns URL of the Git repository for the current build. For non-production builds (i.e. for pull requests), it returns the URL of the fork.

Parameters

No parameters.

Example Usage

def gitUrl = getGitUrl()