Hi!
I am trying to trigger a status update using curl as described in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1530
and shown in
http://doc.gitlab.com/ce/api/commits.html#post-the-build-status-to-a-commit
I have the project id and merge request id from the webhook,
and I have the token from the config web page.
I can successfully post a comment to a merge request using that token,
but doing

curl -X POST -H "PRIVATE-TOKEN: xyzzy"
"https://gitlab.myrealserver.com/api/v3/projects/66/statuses/f8faa1e62367a85329ac784c20609ca41dab8164?state=success";

doesn't cause anything to show up on the merge request page.

Does that API work even if CI is not confugred?  I'm doing my builds
via a webhook, not via gitlab CI.

Thanks,
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/CAPF-yOb-5xo%2BPA7rgdAETqoF9xxPqn8ONTi-%2B4tViooqWp8wCw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to