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

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Hi, what do you mean by log? both will produce a console output. Does the pipeline play?

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.

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Sorry, I missed your reply, thanks for sharing the update

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Have you looked at the new CLI? It can be called from Jenkins and uses Neoload web
https://github.com/Neotys-Labs/neoload-cli