resolved. believe it was related to task not having actuals set (null). opened pr: https://github.com/jenkinsci/rally-plugin/pull/16
On Saturday, July 23, 2016 at 9:55:17 PM UTC-5, Matthew Grose wrote: > > same error, anything on this one? > > On Monday, August 17, 2015 at 10:19:00 AM UTC-5, Peter Berghold wrote: >> >> 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: [email protected] >> Finished: FAILURE >> >> >> Is it me or is there a bug? Please advise. >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/da9ab36d-3614-42e0-bff8-7ecc3a894533%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
