AIO CLI CLOUDMANAGER || Download Logs | Adobe Higher Education
Skip to main content
Level 2
February 22, 2021
질문

AIO CLI CLOUDMANAGER || Download Logs

  • February 22, 2021
  • 1 답변
  • 2497 조회

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.

 

이 주제는 답변이 닫혔습니다.

1 답변

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

punit-khatri작성자
Level 2
February 22, 2021

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