Answered question

Jenkins - WARNING! The option -SLAJUnitResults is deprecated, use -SLAJUnitReport instead

My Jenkins build mark the following error after a Neoload 7.4 test run : WARNING! The option -SLAJUnitResults is deprecated, use -SLAJUnitReport instead

It seems that the SLAJUNITResults parameter is handled by the neoload plugin.
-> Is it possible to force the parameter ?
-> Is the plugin out of date (2.2.6) ?

Patricia B.
Patricia B.

Patricia B.

Level
0
29 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This is not an error but a warning. That means that the old command may not work in a future NeoLoad version and we recommand to use the new option instead.

Along with that new option the format of the Junit report is a little bit different. This is hat the NeoLoad  release notes mentions:

New JUnit Report Format – NeoLoad can generate a JUnit report for the SLA results for command line tests. When using ‘-SLAJUnitResults’ the old format is kept for backward compatibility. When using ‘-SLAJunitReport’, the XML grammar has been fixed to be compatible with more tools handling JUnit format and the way JUnit tests are named and structured is more actionable.

It's up to you to keep the old option or not. The Jenkins plugin has not been updated yet with the new option.

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful