Skip to content

Instantly share code, notes, and snippets.

@feoh
Created June 16, 2014 19:15
Show Gist options
  • Save feoh/6cdf7c4a58c0ce141268 to your computer and use it in GitHub Desktop.
Save feoh/6cdf7c4a58c0ce141268 to your computer and use it in GitHub Desktop.
CircleCI parameterized build invocation attempt. It's failing :)
curl \
-H "Accept: application/json" \
--data '{"build_parameters": {"MASTER_BRANCH": "dev"}}' \
--request POST \
"https://circleci.com/api/v1/project/secondrotation/g3/tree/dev\?circle-token\=$CIRCLECI_TOKEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment