Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: build-user-vars-plugin
-
Labels:None
-
Similar Issues:
-
Released As:1.6
Description
When I fire a job via API with something like:
curl -v -u "$login:$token" -X POST $url -d token=$jobtoken
The BUILD_USER_ID isn't set, and so my job don't work.
What is the URL that you rae hitting with curl?