I did Git checkin of one of my projects with the following commit message:
US496500: for task TA1117248 with status: completed; actuals: 2 hours, to do: 1
and the build failed with this in the console output:
rally update plug-in error: could not update TaskDetails entry: JsonNull
java.lang.UnsupportedOperationException: JsonNull
at com.google.gson.JsonElement.getAsDouble(JsonElement.java:198)
at com.jenkins.plugins.rally.utils.RallyQueryBuilder$RallyQueryResponseObject.getTaskAttributeAsDouble(RallyQueryBuilder.java:23)
at com.jenkins.plugins.rally.service.RallyService.updateRallyTaskDetails(RallyService.java:81)
at com.jenkins.plugins.rally.RallyPlugin.perform(RallyPlugin.java:116)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779)
at hudson.model.Build$BuildExecution.build(Build.java:205)
at hudson.model.Build$BuildExecution.doRun(Build.java:162)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:537)
at hudson.model.Run.execute(Run.java:1744)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:374)
Build step 'Update Rally Task and ChangeSet' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Sending e-mails to: pb8...@att.com
Finished: FAILURE
Is it me or is there a bug? Please advise.