You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the 6.0 release, we are automating the creation of admin reports and program dashboard reports using Python script,
In the script, we are making API calls to create backend and frontend configurations.
After running the script, to make the reports available, need to run the RunReportJob ( http://10.20.0.14:8080/jenkins/job/Deploy/job/dev/job/DataPipeline/job/RunReportJob/) service in Jenkins. This is responsible for executing the Druid query associated with the reports. It retrieves the query results and converts them into CSV and JSON formats. These output files are then pushed to the cloud storage
Running the RunReportJob service ensures that the latest data is fetched and made available for generating the reports. currently need to run this job manually for each report.
@manjudr@kumarks1122
How we can automate the Jenkins job, without triggering the job manually for each report, Please let us know if is there any way to do it programmatically.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
As part of the 6.0 release, we are automating the creation of admin reports and program dashboard reports using Python script,
In the script, we are making API calls to create backend and frontend configurations.
After running the script, to make the reports available, need to run the RunReportJob ( http://10.20.0.14:8080/jenkins/job/Deploy/job/dev/job/DataPipeline/job/RunReportJob/) service in Jenkins. This is responsible for executing the Druid query associated with the reports. It retrieves the query results and converts them into CSV and JSON formats. These output files are then pushed to the cloud storage
Running the RunReportJob service ensures that the latest data is fetched and made available for generating the reports. currently need to run this job manually for each report.
@manjudr @kumarks1122
How we can automate the Jenkins job, without triggering the job manually for each report, Please let us know if is there any way to do it programmatically.
CC : @aks30 @vijiurs @adithyadinesh0412
Beta Was this translation helpful? Give feedback.
All reactions