Expand my Community achievements bar.

AIO CLI CLOUDMANAGER || Download Logs

Avatar

Level 2

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-log

aio cloudmanager:get-quality-gate-results

 

we are not able to find the way to download the logs at below steps :

1. Stage Testing -> Security Testing -> Download Details 

2. Stage Testing -> Performance Testing -> Download Details

 

how can i download logs of Stage Testing in production pipeline? Please help.

 

Thanks in advance.

 

4 Replies

Avatar

Community Advisor

please use below-

 

aio cloudmanager:execution:get-step-details PIPELINEID EXECUTIONID

More details here-

https://github.com/adobe/aio-cli-plugin-cloudmanager#aio-cloudmanagerexecutionget-quality-gate-resul...

Avatar

Level 2

@Ankur_Khare, get-step-details gives the "Review Summary"... we want to download the "Download Details" logs...

 

punit-khatri_0-1614014137848.png