Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I believe i am invoking job the right way to override context params but its not reflected in job.
i tried invoking in both ways ...
-bash-4.2$ ./test/test_run.sh --context_param context.CVARTEST="TEST"
Context Parameter Overrides ..
-bash-4.2$ ./test/test_run.sh --context_param:context.CVARTEST="TEST"
Context Parameter Overrides ..
corrected syntax and now its working.