Closed cmarchand closed 8 years ago
If you define a parameter in the config file, via /config/params/param(@name='p1', @value='v1'), and override this param value via command line PARAMS p1=v2, then v1 is used as value for p1.
/config/params/param(@name='p1', @value='v1')
PARAMS p1=v2
Solved. Commit #4eb1f18
If you define a parameter in the config file, via
/config/params/param(@name='p1', @value='v1')
, and override this param value via command linePARAMS p1=v2
, then v1 is used as value for p1.