mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
Allow different user/password per repository in background mode (#5488)
* Allow different user/password per repository Clear auth buffer to allow different user/password per repository in background mode * Uppercase for class name Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
This commit is contained in:
parent
b3c89a8ff2
commit
0ec0fd077b
|
@ -119,6 +119,10 @@ CLASS ZCL_ABAPGIT_BACKGROUND IMPLEMENTATION.
|
||||||
io_repo = lo_repo
|
io_repo = lo_repo
|
||||||
ii_log = li_log
|
ii_log = li_log
|
||||||
it_settings = <ls_list>-settings ).
|
it_settings = <ls_list>-settings ).
|
||||||
|
|
||||||
|
" Clear auth buffer to allow different user/password per repository in background mode
|
||||||
|
zcl_abapgit_login_manager=>clear( ).
|
||||||
|
|
||||||
CATCH zcx_abapgit_exception INTO lx_error.
|
CATCH zcx_abapgit_exception INTO lx_error.
|
||||||
li_log->add_exception( lx_error ).
|
li_log->add_exception( lx_error ).
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user