Combine constants into CI_JOB_USER
There is no advantage to two constants. The registry login also uses find_for_git_client (via JwtController), and the registry login also uses the job token as the passsword. So just use CI_JOB_USERNAME for user and job token for password in all cases.
Showing
Please register or sign in to comment