File tree Expand file tree Collapse file tree
pipeline-template-examples/demos
multibranch-bitbucket-org
multibranch-bitbucket-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This example shows how to add authentication to Bitbucket.org. The developer wil
77multibranch:
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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This example shows how to add authentication to a Bitbucket server. The develope
77multibranch:
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
You can’t perform that action at this time.
0 commit comments