Thanks for reporting the issue. I can duplicate the problem with the following steps:
- Create a plugins.txt
file that lists the plugins to be installed, including the SonarQube Scanner plugin
- Create a run-jenkins.sh
file that downloads Jenkins 2.464 and the plugins in the plugins.txt
file and runs Jenkins 2.464
- Run the run-jenkins.sh
file and complete the setup wizard by creating a user and installing no additional plugins
- Open "Manage Jenkins" / "System" and add a Sonarqube server with a unique name like "my-qube"
- Attempt to add a credential with the "Add" button and see that it does not respond
The workaround is to save the definition of the SonarQube server by pressing "Save" without adding the credential, then add the credential from the same button in a second step.
The same problem is visible in Jenkins 2.458. As far as I can tell, this is not specific to any recent change in Jenkins core.
Thanks for reporting the issue. I can duplicate the problem with the following steps:
The workaround is to save the definition of the SonarQube server by pressing "Save" without adding the credential, then add the credential from the same button in a second step.
The same problem is visible in Jenkins 2.458. As far as I can tell, this is not specific to any recent change in Jenkins core.