Unanswered question

Why isn't output jenkins pipeline showing test progression like freestyle does ?

When i run a jenkins freestyle build, there is a complete log in the output. But when i use Pipeline builds, the log is not in the output.
Is there any commandLineOption parameter i can use ?

Patricia B.
Patricia B.

Patricia B.

Level
0
29 / 100
points

Answers

Patricia B.
Patricia B.

Patricia B.

Level
0
29 / 100
points

Hello Neil, by log i mean console output infos.

in Output console after neoload command, i have :

  • With freestyle job :
  • Logging to <path_to_logs>\logs, as user: xxxx
    Unleasing existing license xxx...
    Unleased existing license xxx.
    Found a valid NTS configuration : URL=[xxx] and USER=[xxx]
    Leasing license xxx...
    Leased license xxx with 10 web, 0 SAP VUs, 0 Citrix VUs for 60 minutes(s).
    Checking out project:
    ... and so on...

    • With pipeline job : nothing after neoload command and the test is ok, artifacts created...

Patricia B.
Patricia B.

Patricia B.

Level
0
29 / 100
points

There was a neoload plugin regression. With released 2.2.7 plugin version, pipeline outputs right now.