Подскажите плиз, борюсь с траблой никак не могу понять в чем ошибка
Использую Jenkins, OKD 3.11 и Gitlab
Ошибка при выполнении Pipeline
- пытюась приконнектится к приватному репозиторию гитлаба
git branch: "master", url: "${GIT_URL}", credentialsId: "${GIT_USER}"
в Jenkins в credentinals добавил Логин и пароль который подходит к репозиторию GITLAB
при выполнении получаю ошибку
Warning: CredentialId "git_user" could not be found.
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --tags --progress
http://gitlab.rerwre/test.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout:
stderr: fatal: Authentication failed for '
http://gitlab.rerwre/test.git'