-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins 2.7.4 (LTS)
Since recently (might be through the 2.7.3 to 2.7.4 upgrade) I am unable to select any credentials with the git settings directly in the job configuration.
Even if I add credentials, it does not show in the list.
Any advices?
$ java -version java version "1.8.0_102" Java(TM) SE Runtime Environment (build 1.8.0_102-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
$ git --version git version 1.9.1
Ubuntu 14.04 LTS latest apt update && apt upgrade
Meanwhile switched the system, but same problem:
$ java -version java version "1.8.0_112" Java(TM) SE Runtime Environment (build 1.8.0_112-b15) Java HotSpot(TM) 64-Bit Server VM (build 25.112-b15, mixed mode)
$ git --version git version 2.1.4
Debian 8 latest apt update && apt upgrade
- duplicates
-
JENKINS-58902 Non-user-scoped credentials are not shown when build authentication is configured
- Open
- relates to
-
JENKINS-55624 Authorize Projects plugin causes no git credentials to be found with 'Run as Specific User' Strategy is set
- Fixed but Unreleased