Skip to content

Instantly share code, notes, and snippets.

@0xnu
Created April 17, 2021 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xnu/3fecec0869208b05c9ead8d83ab46b49 to your computer and use it in GitHub Desktop.
Save 0xnu/3fecec0869208b05c9ead8d83ab46b49 to your computer and use it in GitHub Desktop.
travis create issue
#!/bin/bash
body="{ \"title\": \"Travis Build no. $TRAVIS_JOB_NUMBER failure \", \"body\": \"Error code: $TRAVIS_TEST_RESULT \n\n JOB URL : $TRAVIS_JOB_WEB_URL\", \"labels\": [\"critical\"]}"
curl -i \
-H "Authorization: token $TicketApi" \
-d "$body" \
https://api.github.com/repos/$TRAVIS_REPO_SLUG/issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment