Skip to content

Commit 7f70479

Browse files
authored
Merge pull request #7 from atreadway/DOCS-898-fix-syntax
DOCS-898: scanCredentialsId -> credentialsId
2 parents db19c9c + 6b9b99e commit 7f70479

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • pipeline-template-examples/demos

pipeline-template-examples/demos/multibranch-github-com/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ multibranch:
99
github:
1010
repoOwner: myCompany
1111
repository: ${repoName}
12-
scanCredentialsId: my-team-github-credentials
12+
credentialsId: my-team-github-credentials
1313
````

pipeline-template-examples/demos/multibranch-github-ent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ multibranch:
1010
apiUrl: https://github.beescloud.com/api/v3
1111
repoOwner: myCompany
1212
repository: ${repoName}
13-
scanCredentialsId: my-team-github-credentials
13+
credentialsId: my-team-github-credentials
1414
````

0 commit comments

Comments
 (0)