An approach to write Pipeline Job Name and status into a Relational Database table

Hi team,

Please share your input on the below problem statement.

Our Daily Smoke Test will run through Jenkins at a specific time, we have around 10 different jobs, and we would like to write our Smoke test build details with Pipeline Job Name and status Pass or Fail into a Relational Database table. Share with me a better approach

Thanks,
Ganesh

Is it for stats purposes? if you’re looking for the name and status only - isn’t the build history/trend providing the required information?

Example:
image

Hi ,
Yes it is for build status details to publish the pass/fail details into Tableau Dashboard.

Thanks,
Ganesh

Yes we are looking only build status not the history of the build