File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/shared/Atlassian.Bitbucket Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ public Task StoreCredentialAsync(InputArguments input)
191
191
// which means if we store only with the username the credentials are never found again ...
192
192
// This does have the potential to overwrite itself for different BbS accounts,
193
193
// but typically BbS doesn't encourage multiple user accounts
194
- string bbsCredentialKey = GetBbSCredentialKey ( input ) ;
194
+ string bbsCredentialKey = GetBitbuckerServerCredentialKey ( input ) ;
195
195
_context . Trace . WriteLine ( $ "Storing Bitbucket Server credential with key '{ bbsCredentialKey } '...") ;
196
196
_context . CredentialStore . AddOrUpdate ( bbsCredentialKey , credential ) ;
197
197
_context . Trace . WriteLine ( "Bitbucket Server Credential was successfully stored." ) ;
You can’t perform that action at this time.
0 commit comments