Bap thank you for pointing me in the right direction. All set now.
I was doing two things wrong. My first mistake was the jenkins slave
is running on is windows but build property was in linux format, e.g.
my.prop=$BAR instead of my.prop=%BAR%. The second mistake was I had
the delay parameter in front of the one I was trying to pass, e.g.
curl
http://localhost:8080/jenkins/view/TEST/job/lejob/buildWithParameters?delay=60sec&myQuery=BTFinstead of
curl
http://localhost:8080/jenkins/view/TEST/job/lejob/buildWithParameters?myQuery=BTF&delay=60sec.
I am not sure whether if the second point is a false positive or not.
The test seems to start regardless of the value of the delay
parameter. Anyways thanks again,
Sincerely,
James Davis
On Nov 18, 2:41 pm, Bap <
[hidden email]> wrote: