Skip to content

Don't validate Jenkins username if password is blank

Stan Hu requested to merge sh-fix-issue-9246 into master

Users attempting to activate Jenkins with an empty username and password would still encounter a validation error because it appeared that the password was changed from nil to an empty string. Relax this validation to check the password must actually have contents to require a username.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9246

Merge request reports