Dataiku Logs in Jenkins

sj0071992
sj0071992 Partner, Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Dataiku DSS Developer, Neuron 2022, Neuron 2023 Posts: 131 Neuron

Hi Team,

I just want to confirm, can we see Dataiku Logs in Jenkins while building the DevOps solution.

For Example, while creating a Bundle of DESIGN Node through Jenkins and at someplace it failed, will Jenkins capture the LOGS, like at what point it failed and reason of failure.

I am referring to the below link for Details.

https://knowledge.dataiku.com/latest/kb/o16n/ci-cd/jenkins-pipeline.html

Best Answer

  • fsergot
    fsergot Dataiker, Registered, Product Ideas Manager Posts: 117 Dataiker
    Answer ✓

    Hello,

    Our sample is using Dataiku DSS python client to interact with DSS server. In order to be usable, we try to log in Jenkins console as much information as possible (mostly in case of errors) but you may have to revisit this and add some details of the requests and response depending on your needs.

    However, note that you can only retrieve the logs that are available to the python client, not the full server log. For details on the server-side logs, you have that in DSS application (Administration > Maintenance > Log files) or you can access directly the log files on the server.

Answers

  • sj0071992
    sj0071992 Partner, Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Dataiku DSS Developer, Neuron 2022, Neuron 2023 Posts: 131 Neuron

    Hi,

    So in Short Jenkins will only Log the Details that available by Python, if we want to see the Dataiku Server Logs there are 2 ways,

    1. Create a code to see the server logs

    2. In Dataiku, Administration > Maintenance > Log files

    Please let me know if my understanding is correct.

    Thanks in Advance

  • fsergot
    fsergot Dataiker, Registered, Product Ideas Manager Posts: 117 Dataiker

    That's correct.

Setup Info
    Tags
      Help me…