Jump to content

pjacekm

Members
  • Posts

    5
  • Joined

  • Last visited

pjacekm's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. There was a change in MongoDB version 3.6. Per MongoDB docs (https://docs.mongodb.com/manual/reference/command/aggregate/#dbcmd.aggregate): So, you just need to add an empty "cursor" document. Also, pipeline needs to be an array. So, your query in JR needs to be similar to the following example: { "runCommand": { "aggregate" : "{collection name}", "pipeline" : [ { "$match": { ... } }, { ... } ], "cursor": {} }}[/code]
  2. hozawa, How do you use Jenkins for deployment of reports to JasperReports Server? I'd appreciate your insight. Thanks!
×
×
  • Create New...