Why do my generated Polyspace Access logs (via Jenkins script) only contain STDOUT and are missing ERROROUT details?

2 visualizaciones (últimos 30 días)
When using a command to generate Polyspace Access log files via a Jenkins script for the Polyspace analysis server this log file does NOT include the ERROROUT info.
>"C:\Program Files\MATLAB\Polyspace Server\R2020b\polyspace\bin\polyspace-access.exe" -protocol http -host host.address..com -login username -encrypted-password ******** -upload Polyspace/BF/xyz -project my_project -log Polyspace/Access/Log/upload.log  1>Polyspace/Access/Cmd/upload.txt
So, my question is, what can we do on the analysis server side to trigger the errorout info, too?

Respuesta aceptada

MathWorks Support Team
MathWorks Support Team el 2 de Mzo. de 2021
Obtaining the ERROROUT information is essential to analyze any Polyspace Access issues. STDOUT is not sufficient.
You could for example use the scripts provided in this MATLAB Answers post to get the logs:
For generating own Jenkins logs:
"polyspace-access.exe [...] -log <filename>.log >1 [...]"
redirects only STDOUT (because of ">1")
=> The recommandation is to not redirect because the -log option already does the job:
polyspace-access.exe [...] -log <filename>.log

Más respuestas (0)

Etiquetas

Aún no se han introducido etiquetas.

Productos


Versión

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by