how call I call the argument function
Description:
I used the additional command line to try to pass the temporary variable from testcomplete to Jenkins as a parameter. I have the probelm with the coding in the testcomplete. I would like to know how could I pass my value as a paramter from testcomplete to Jenkins.
Some solutions have already been offered. Did you implement what cunderw suggested at https://community.smartbear.com/t5/TestComplete-Functional-Web/Pass-TestComplete-variable-to-Jenkins/m-p/169280#M33020
If so, what does your code look like now?
You still aren't doing anything to assign your username parameter from jenkins to anything in your project. You should assign the value to a project variable and then pass that variable to the login parameter of your Login script.