Skip to content

Instantly share code, notes, and snippets.

@visitbethel
Created February 2, 2017 17:40
Show Gist options
  • Save visitbethel/31a94f56fe686febab29fa3a3254d61a to your computer and use it in GitHub Desktop.
Save visitbethel/31a94f56fe686febab29fa3a3254d61a to your computer and use it in GitHub Desktop.
Jenkins Pipeline Github Property
properties([
[
$class : 'GithubProjectProperty',
displayName : '',
projectUrlStr: "${GITHUB_PROJECT_URL}"
]
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment