Unanswered question

how to solve /Applications/NeoLoad 7.0/bin/NeoLoadCmd: not found?

installed Neoload plugin to jenkins. Configured as instructed. but build failed, due to /Applications/NeoLoad 7.0/bin/NeoLoadCmd: not found.
the executable is there. why jenkins plugin cannot find? and how to solve it?

bianca B.
bianca B.

bianca B.

Level
0
11 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You should check the permissions of that file to make sure that it is executable by the user that is used by Jenkins to start the test.

bianca B.
bianca B.

bianca B.

Level
0
11 / 100
points

i made the whole <Neoload 7.0> folder, bin and that file to be read and write by anyone. but it didn't help.

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

You should check the executable permissions on the file itself. Also are you able to run /Applications/NeoLoad 7.0/bin/NeoLoadCmd --help command from any users?