Tool에서 "Reporting -> Export -> Export All Result"로 생성되는 레포트를 CLI로도 생성할 수 있습니까?
1 view (last 30 days)
Show older comments
저희는 젠킨스 CLI를 위래 첨부파일의 CLI_script.zip에 있는 스크립트 파일을 사용하여 검증을 하고 있습니다.
Tool에서 “Reporting -> Export -> Export All Result” 메뉴를 이용하면, Result_List.txt(첨부파일)이 생성이 됩니다.
CLI_script 파일을 사용하여 Result_List.txt(첨부파일) 생성이 가능합니까? 가능하면, 어떻게 해야 하는지 궁금합니다.
0 Comments
Answers (1)
Angelo Yeo
on 21 May 2024
아래의 문서에서 자세한 내용을 확인하실 수 있습니다. (아래 문서는 R2021a 버전 기준입니다.)
R2024a 버전 문서의 설명을 가져오자면 아래와 같습니다.
Export Results From Command Line
Use the option -format csv with the polyspace-results-export command. For example, to generate a csv file from results file C:\Polyspace_Workspace\myProject\Module_1\BF_Result\ps_results.psbf, run this command:
polyspace-results-export -format csv -results-dir C:\Polyspace_Workspace\myProject\Module_1\BF_Result
0 Comments
See Also
Categories
Find more on Run Settings in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!