Hi,
I'm using Jenkins RESP API, to build Parameterized jobs, for example i have "jobA" and a string paramter "PARAM_A", and also an Authentication Token defined to be "build".
So i'm exeuting this command via a bash script:
The build is being executed , but the "PARAM_A" is not getting the value that i'm passing via rest api.
Any idea how to solve it ?
Thanks,
Alex