Skip to content

Commit

Permalink
Correcting PULL_REQUEST_ID in example DSL
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 14, 2017
1 parent 5b01650 commit c134216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ job('Bitbucket_Server_PR_Builder') {
stringParam('PULL_REQUEST_FROM_HASH', '')
stringParam('PULL_REQUEST_TO_REPO_PROJECT_KEY', '')
stringParam('PULL_REQUEST_TO_REPO_SLUG', '')
stringParam('PULL_REQUEST_TO_REPO_PROJECT_ID','')
stringParam('PULL_REQUEST_ID','')
}
steps {
Expand Down Expand Up @@ -197,7 +196,7 @@ git --no-pager log --max-count=10 --graph --abbrev-commit
bitbucketServerUrl("http://bitbucket:7990")
projectKey("\$PULL_REQUEST_TO_REPO_PROJECT_KEY")
repoSlug("\$PULL_REQUEST_TO_REPO_SLUG")
pullRequestId("\$PULL_REQUEST_TO_REPO_PROJECT_ID")
pullRequestId("\$PULL_REQUEST_ID")
useUsernamePasswordCredentials(false)
usernamePasswordCredentialsId(null)
Expand Down

0 comments on commit c134216

Please sign in to comment.