File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,14 @@ You are advised to utilize `username` and `encrypted_password` for passing in ma
553553}
554554```
555555
556- Instead of ` encrypted_password ` you may specify ` password ` but ` encrypted_password ` makes more sense considering that the value is stored in SCM.
556+ - Instead of ` encrypted_password ` you may specify ` password ` but ` encrypted_password ` makes more sense considering that the value is stored in SCM.
557+ - Specifying credentials both in ` attributes ` and ` url ` will result in a validation error e.g.
558+ ``` log
559+ INVALID MERGED CONFIGURATION
560+ Number of errors: 1+
561+ 1. Ambiguous credentials, must be provided either in URL or as attributes.;;
562+ - For Config Repo: https://your.config.repo.url at cbb047d78c239ab23b9565099e800c6fe4cc0anc
563+ ```
557564
558565## Svn
559566
@@ -611,7 +618,15 @@ You are advised to utilize `username` and `encrypted_password` for passing in ma
611618 "encrypted_password" : " encrypted_value"
612619}
613620```
614- Instead of ` encrypted_password ` you may specify ` password ` but ` encrypted_password ` makes more sense considering that the value is stored in SCM.
621+
622+ - Instead of ` encrypted_password ` you may specify ` password ` but ` encrypted_password ` makes more sense considering that the value is stored in SCM.
623+ - Specifying credentials both in ` attributes ` and ` url ` will result in a validation error e.g.
624+ ``` log
625+ INVALID MERGED CONFIGURATION
626+ Number of errors: 1+
627+ 1. Ambiguous credentials, must be provided either in URL or as attributes.;;
628+ - For Config Repo: https://your.config.repo.url at cbb047d78c239ab23b9565099e800c6fe4cc0anc
629+ ```
615630
616631In addition to that, you can also leverage ` branch ` attribute to specify the branch for material
617632
You can’t perform that action at this time.
0 commit comments