Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
In case if used needs to modify settings from default there is impossible to change fields "severity", "new issues only", "new lines only".
Steps to reproduce:
1) go to
2) change mentioned above plugin settings (make them different for default values which are: Severity = MAJOR, New issues only = true, New lines only = true);
3) save changes
4) return to {jenkins url}
/job/
{job name}/configure
ER: saved values should be shown
AR: default values are shown.
This bug does not affect plugin execution for fields Severity and Changed Lines Only: saved items are used for execution.
New lines only used as false regardless of saved value (this also should be fixed).
Code changed in jenkins
User: Tatiana Didik
Path:
src/main/java/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder.java
src/main/resources/messages.properties
src/main/resources/org/jenkinsci/plugins/sonargerrit/SonarToGerritBuilder/config.jelly
http://jenkins-ci.org/commit/sonar-gerrit-plugin/4e2d25c55d26a6734f0ba09c3802fe164c53af69
Log:
JENKINS-31001- Unable to save modified settings