Skip to content

Commit 951c132

Browse files
committed
Change Bitbucket examples to use serverUrl instead of remote
1 parent 0d9d829 commit 951c132

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)