Skip to content

Commit 7b3939a

Browse files
authored
Merge pull request #11 from kshultzCB/NGPIPELINE-523-update-templates-docs
I've got two approvals, and just now realized that I have merge authority on this repo. So, I'm going to go ahead with it. Thanks for looking. :)
2 parents 0d9d829 + 951c132 commit 7b3939a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • pipeline-template-examples/demos

pipeline-template-examples/demos/multibranch-bitbucket-org/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example shows how to add authentication to Bitbucket.org. The developer wil
77
multibranch:
88
branchSource:
99
bitbucket:
10-
remote: https://bitbucket.org
10+
serverUrl: https://bitbucket.org
1111
repoOwner: myCompany
1212
repository: ${repoName}
1313
credentialsId: my-team-bitbucket-credentials

pipeline-template-examples/demos/multibranch-bitbucket-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This example shows how to add authentication to a Bitbucket server. The develope
77
multibranch:
88
branchSource:
99
bitbucket:
10-
remote: https://bitbucket.example.com
10+
serverUrl: https://bitbucket.example.com
1111
repoOwner: myCompany
1212
repository: ${repoName}
1313
credentialsId: my-team-bitbucket-credentials

0 commit comments

Comments
 (0)