AIO CLI CLOUDMANAGER || Download Logs | Community
Skip to main content
Level 2
February 22, 2021
Question

AIO CLI CLOUDMANAGER || Download Logs

  • February 22, 2021
  • 1 reply
  • 2497 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Ankur_Khare
Community Advisor
Community Advisor
February 22, 2021

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-results-pipelineid-executionid-action

Level 2
February 22, 2021

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