Skip to content

Combine constants into CI_JOB_USER

Thong Kuah requested to merge combine_two_constants into master

What does this MR do?

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.

See also !37899 (merged)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Thong Kuah

Merge request reports