Details
-
Bug
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Fixed
Description
After i goto gerrit configuration and enable REST API (enter username and password) and Test connection return SUCCESS. When i save the configs every thing seems normally.
But when i come back to the configuration page and test the connection again it fails. (Http access unauthorized).
Attachments
Issue Links
- duplicates
-
JENKINS-31740 Doesn't take empty passphrases anymore
-
- Resolved
-
Code changed in jenkins
User: Scott Hebert
Path:
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/GerritServer.java
http://jenkins-ci.org/commit/gerrit-trigger-plugin/9bd6637c4456d01c4519540b6cf3ca89f139f100
Log:
Fix Config Page Auth validation
This fixes a problem whereby Test Connection (SSH and REST) fails
AFTER you have saved and re-loaded the config page.
[FIXED JENKINS-30370]