Unanswered question

Is it possible to pass sla metrics in jenkins as parameters

i want pass sla metrics as parameters in jenkins. If it is possible how?

Sadasivuni V.
Sadasivuni V.

Sadasivuni V.

Level
1
317 / 750
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

If you start your tests from an existing project where you have all your scripts configured then you can't set SLA metrics as command line option to override or add new ones.

However if your scripts are not too complex you could run your test as code based on a yaml file. By doing this you can setup in your yaml file your SLA's. Still you can't pass the SLA's as command option but it's much easier to modify your yaml file to suit your needs based on the test you would like to launch.

For more information about NeoLoad as code you can check the documentation here

Sadasivuni V.
Sadasivuni V.

Sadasivuni V.

Level
1
317 / 750
points

So we can't do define sla in pipeline?

Sadasivuni V.
Sadasivuni V.

Sadasivuni V.

Level
1
317 / 750
points

I want to know what is the command line to define sla like we use -loadgenerator to define load generators.