-
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
-
[JENKINS-38126] Credentials dropdown empty on git scm with specific authorize project settings
Description |
Original:
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? |
New:
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? {code} $ 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) {code} {code} $ git --version git version 1.9.1 {code} {code} Ubuntu 14.04 LTS latest apt update && apt upgrade {code} |
It will be a great help if you can isolate the component upgrade which actually caused the change.
The git plugin switched from using credentials 1.x to credentials 2.1 as part of the change from git plugin 2.5.3 to 2.6.0. If you're running git plugin 2.6.0 and you downgrade to an earlier version, do the credentials again appear?