Hi, we are using aio cli and cloudmanger plugin to start the execution
of cloud manager pipeline from Jenkins server. once execution starts, we
are waiting for execution to finish. Once it finishes, we are
downloading the logs of production pipeline at each step by using aio
cli only from Jenkins. we are manage to download the logs of each step
by using below two commands : aio cloudmanager:get-execution-step-logaio
cloudmanager:get-quality-gate-results we are not able to find the way to
downloa...