1

I want pass a command line argument is_triggered=true as part of running Jenkins gauge tests run.

How can I pass the argument when I am doing gauge run specs --env TEST?

Boon
  • 401
  • 1
  • 6
  • 17

1 Answers1

1

I am not sure but I think u can't. What I am doing is to start with

gauge -Penv="keys" 

and before I start the test I am writing in the env file my env:

echo -e is_triggered = true > env/keys/default.properties