Skip to content

Instantly share code, notes, and snippets.

@jorge07
Last active July 16, 2018 09:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorge07/84359f0ac17b04e2a7fc9ae4158d2a0d to your computer and use it in GitHub Desktop.
Save jorge07/84359f0ac17b04e2a7fc9ae4158d2a0d to your computer and use it in GitHub Desktop.
curl -X POST \
${SERVER}/job/${PROJECT}/job/${BRANCH_NAME}/build \
--user ${USER}:${PASS} \
--data-urlencode json='{"parameter": [{"name":"id", "value":"123"}, {"name":"verbosity", "value":"high"}]}'
@dthommes
Copy link

Error 403 No valid crumb was included in the request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment