How to write aem query to fetch data between 2 specific dates in Jenkins console? | Community
Skip to main content
February 16, 2022
Solved

How to write aem query to fetch data between 2 specific dates in Jenkins console?

  • February 16, 2022
  • 1 reply
  • 572 views

Hi All,

I want to write aem query in Jenkins console to fetch data between 2 particular dates.

Could you please help me with this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by tb1687196

Hi @namanap29 ,

You need to write groovy script and any script which will call the Query Builder Rest API through the jenkins job.
I doubt one thing, how you will mitigate your need by writing jenkins query builder job. As the query builder API is always comes with dynamic  requirements based on case to case. 

1 reply

tb1687196
tb1687196Accepted solution
Level 2
February 16, 2022

Hi @namanap29 ,

You need to write groovy script and any script which will call the Query Builder Rest API through the jenkins job.
I doubt one thing, how you will mitigate your need by writing jenkins query builder job. As the query builder API is always comes with dynamic  requirements based on case to case.